From 07b0d7b34cf7438607655de099f1edb70a526708 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 15 Mar 2019 23:10:18 +0100 Subject: Excluded pixelratio due to possible page resizing --- public/scripts/encryption.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public') 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) => { -- cgit v1.2.3