aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public/scripts/encryption.js7
1 files changed, 7 insertions, 0 deletions
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) => {