diff options
-rw-r--r-- | public/scripts/encryption.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/scripts/encryption.js b/public/scripts/encryption.js index 1ec5420..28057e8 100644 --- a/public/scripts/encryption.js +++ b/public/scripts/encryption.js @@ -344,6 +344,7 @@ const self = module.exports = { webglVendorAndRenderer: true, userAgent: true, webgl: true, + pixelRatio: true, }, }) .then(async (components) => { @@ -373,6 +374,7 @@ const self = module.exports = { webglVendorAndRenderer: true, userAgent: true, webgl: true, + pixelRatio: true, }, }) .then(async (components) => { |