From b0bc4cbcdbfe39eec179cf5f16f719133e24b270 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 15 Mar 2019 18:22:38 +0100 Subject: Fixed fingerprinting with Arch Linux --- public/scripts/encryption.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'public/scripts') diff --git a/public/scripts/encryption.js b/public/scripts/encryption.js index 726d628..1ec5420 100644 --- a/public/scripts/encryption.js +++ b/public/scripts/encryption.js @@ -337,9 +337,13 @@ const self = module.exports = { */ generatePrivateFingerprint: passphrase => fingerprintJs.getPromise({ excludes: { + // TODO: Use more reliable fingerprinting method enumerateDevices: true, screenResolution: true, availableScreenResolution: true, + webglVendorAndRenderer: true, + userAgent: true, + webgl: true, }, }) .then(async (components) => { @@ -366,6 +370,9 @@ const self = module.exports = { enumerateDevices: true, screenResolution: true, availableScreenResolution: true, + webglVendorAndRenderer: true, + userAgent: true, + webgl: true, }, }) .then(async (components) => { -- cgit v1.2.3