commit fa74bcaa4add588d1e22c27233659770a0f32ee9
parent ad56e583300d94c2e15d8361be769c312f5fdab2
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Wed, 10 May 2017 00:54:36 +1200
add FF55 resistFingerprinting new items
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/user.js b/user.js
@@ -1371,6 +1371,14 @@ user_pref("security.csp.experimentalEnabled", true);
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1281949 ***/
/* 2699c: hide the contents of navigator.plugins and navigator.mimeTypes (FF50+)
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1281963 ***/
+/* 2699d: new window sizes to round to hundreds (FF55+)
+ * [NOTE] If override values are too big, the code determines it for you
+ * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1330882
+ * [2] https://metrics.mozilla.com/firefox-hardware-report/ ***/
+ // user_pref("privacy.window.maxInnerWidth", 1366);
+ // user_pref("privacy.window.maxInnerHeight", 768);
+/* 2699e: use UTC timezone (spoof as UTC 0) (FF55+)
+ * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1330890 ***/
user_pref("privacy.resistFingerprinting", true); // (hidden pref)
/*** 2700: COOKIES & DOM STORAGE ***/