diff options
author | Marvin Borner | 2019-03-15 23:10:18 +0100 |
---|---|---|
committer | Marvin Borner | 2019-03-15 23:10:18 +0100 |
commit | 07b0d7b34cf7438607655de099f1edb70a526708 (patch) | |
tree | e80c20b736404d1061cbb3117a214fac9907c709 | |
parent | d6accb8e9cc999bbcd18d96ad57a1f7cb5675535 (diff) |
Excluded pixelratio due to possible page resizing
-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) => { |