Browse Source

RFP tidy up

Thorin-Oakenpants 6 years ago
parent
commit
986c900193
1 changed files with 4 additions and 8 deletions
  1. 4 8
      user.js

+ 4 - 8
user.js

@@ -1571,14 +1571,10 @@ user_pref("privacy.firstparty.isolate.restrict_opener_access", true); // [DEFAUL
    IMPORTANT: As existing prefs become redundant, and some of them WILL interfere
    IMPORTANT: As existing prefs become redundant, and some of them WILL interfere
    with how RFP works, they will be moved to section 4600 and made inactive
    with how RFP works, they will be moved to section 4600 and made inactive
 
 
- ** 418986 - limit window.screen & CSS media queries leaking identifiable info (FF41+)
-      [POC] http://ip-check.info/?lang=en (screen, usable screen, and browser window will match)
-      [NOTE] Does not cover everything yet - https://bugzilla.mozilla.org/1216800
-      [NOTE] This will probably make your values pretty unique until you resize or snap the
-      inner window width + height into standard/common resolutions (such as 1366x768)
-      To set a size, open a XUL (chrome) page (such as about:config) which is at 100% zoom, hit
-      Shift+F4 to open the scratchpad, type window.resizeTo(1366,768), hit Ctrl+R to run. Test
-      your window size, do some math, resize to allow for all the non inner window elements
+  ** 418986 - limit window.screen & CSS media queries leaking identifiable info (FF41+)
+      [NOTE] Info only: To set a size, open a XUL (chrome) page (such as about:config) which is at
+      100% zoom, hit Shift+F4 to open the scratchpad, type window.resizeTo(1366,768), hit Ctrl+R to run.
+      Test your window size, do some math, resize to allow for all the non inner window elements
       [TEST] https://ghacksuserjs.github.io/TorZillaPrint/TorZillaPrint.html#screen
       [TEST] https://ghacksuserjs.github.io/TorZillaPrint/TorZillaPrint.html#screen
  ** 1281949 - spoof screen orientation (FF50+)
  ** 1281949 - spoof screen orientation (FF50+)
  ** 1281963 - hide the contents of navigator.plugins and navigator.mimeTypes (FF50+)
  ** 1281963 - hide the contents of navigator.plugins and navigator.mimeTypes (FF50+)