tidy RFP stuff

This commit is contained in:
Thorin-Oakenpants 2021-09-01 07:07:28 +00:00 committed by GitHub
parent 6b33c5d635
commit afe330610c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

61
user.js
View file

@ -992,17 +992,14 @@ user_pref("privacy.firstparty.isolate", true);
[WARNING] DO NOT USE extensions to alter RFP protected metrics [WARNING] DO NOT USE extensions to alter RFP protected metrics
FF41+ 418986 - limit window.screen & CSS media queries (FF41)
418986 - limit window.screen & CSS media queries leaking identifiable info
[TEST] https://arkenfox.github.io/TZP/tzp.html#screen [TEST] https://arkenfox.github.io/TZP/tzp.html#screen
FF50+ 1281949 - spoof screen orientation (FF50)
1281949 - spoof screen orientation 1281963 - hide contents of navigator.plugins and navigator.mimeTypes (FF50-88)
1281963 - hide contents of navigator.plugins and navigator.mimeTypes 1330890 - spoof timezone as UTC0 (FF55)
FF55+ 1360039 - spoof navigator.hardwareConcurrency as 2 (FF55)
1330890 - spoof timezone as UTC0 1217238 - reduce precision of time exposed by javascript (FF55)
1360039 - spoof navigator.hardwareConcurrency as 2 FF56
1217238 - reduce precision of time exposed by javascript
FF56+
1369303 - spoof/disable performance API 1369303 - spoof/disable performance API
1333651 - spoof User Agent & Navigator API 1333651 - spoof User Agent & Navigator API
JS: FF91+ the version is spoofed as ESR, and the OS as Windows 10, OS 10.15, Android 10, or Linux JS: FF91+ the version is spoofed as ESR, and the OS as Windows 10, OS 10.15, Android 10, or Linux
@ -1012,7 +1009,7 @@ user_pref("privacy.firstparty.isolate", true);
1337161 - hide gamepads from content 1337161 - hide gamepads from content
1372072 - spoof network information API as "unknown" when dom.netinfo.enabled = true 1372072 - spoof network information API as "unknown" when dom.netinfo.enabled = true
1333641 - reduce fingerprinting in WebSpeech API 1333641 - reduce fingerprinting in WebSpeech API
FF57+ FF57
1369309 - spoof media statistics 1369309 - spoof media statistics
1382499 - reduce screen co-ordinate fingerprinting in Touch API 1382499 - reduce screen co-ordinate fingerprinting in Touch API
1217290 & 1409677 - enable some fingerprinting resistance for WebGL 1217290 & 1409677 - enable some fingerprinting resistance for WebGL
@ -1020,34 +1017,30 @@ user_pref("privacy.firstparty.isolate", true);
1354633 - limit MediaError.message to a whitelist 1354633 - limit MediaError.message to a whitelist
1382533 & 1697680 - enable fingerprinting resistance for Presentation API (FF57-87) 1382533 & 1697680 - enable fingerprinting resistance for Presentation API (FF57-87)
Blocks exposure of local IP Addresses via mDNS (Multicast DNS) Blocks exposure of local IP Addresses via mDNS (Multicast DNS)
FF58+ FF58-90
967895 - spoof canvas and enable site permission prompt before allowing canvas data extraction 967895 - spoof canvas and enable site permission prompt (FF58)
FF59+ 1372073 - spoof/block fingerprinting in MediaDevices API (FF59)
1372073 - spoof/block fingerprinting in MediaDevices API
Spoof: enumerate devices as one "Internal Camera" and one "Internal Microphone" Spoof: enumerate devices as one "Internal Camera" and one "Internal Microphone"
Block: suppresses the ondevicechange event Block: suppresses the ondevicechange event
1039069 - warn when language prefs are not set to "en*" (also see 0210, 0211) 1039069 - warn when language prefs are not set to "en*" (also see 0210, 0211) (FF59)
1222285 & 1433592 - spoof keyboard events and suppress keyboard modifier events 1222285 & 1433592 - spoof keyboard events and suppress keyboard modifier events (FF59)
Spoofing mimics the content language of the document. Currently it only supports en-US. Spoofing mimics the content language of the document. Currently it only supports en-US.
Modifier events suppressed are SHIFT and both ALT keys. Chrome is not affected. Modifier events suppressed are SHIFT and both ALT keys. Chrome is not affected.
FF60-67 1337157 - disable WebGL debug renderer info (FF60)
1337157 - disable WebGL debug renderer info (FF60+) 1459089 - disable OS locale in HTTP Accept-Language headers (ANDROID) (FF62)
1459089 - disable OS locale in HTTP Accept-Language headers (ANDROID) (FF62+) 1479239 - return "no-preference" with prefers-reduced-motion (FF63)
1479239 - return "no-preference" with prefers-reduced-motion (FF63+) 1363508 - spoof/suppress Pointer Events (FF64)
1363508 - spoof/suppress Pointer Events (FF64+) 1492766 - spoof pointerEvent.pointerid (FF65)
1492766 - spoof pointerEvent.pointerid (FF65+) 1485266 - disable exposure of system colors to CSS or canvas (FF67)
1485266 - disable exposure of system colors to CSS or canvas (FF67+) 1494034 - return "light" with prefers-color-scheme (FF67)
1494034 - return "light" with prefers-color-scheme (FF67+) 1564422 - spoof audioContext outputLatency (FF70)
FF68-77 1595823 - return audioContext sampleRate as 44100 (FF72)
1564422 - spoof audioContext outputLatency (FF70+) 1607316 - spoof pointer as coarse and hover as none (ANDROID) (FF74)
1595823 - return audioContext sampleRate as 44100 (FF72+) 1621433 - randomize canvas (previously FF58+ returned an all-white canvas) (FF78)
1607316 - spoof pointer as coarse and hover as none (ANDROID) (FF74+) 1653987 - limit font visibility to bundled and "Base Fonts" (Windows, Mac, some Linux) (FF80)
FF78-90 1461454 - spoof smooth=true and powerEfficient=false for supported media in MediaCapabilities (FF82)
1621433 - randomize canvas (previously FF58+ returned an all-white canvas) (FF78+)
1653987 - limit font visibility to bundled and "Base Fonts" (Windows, Mac, some Linux) (FF80+)
1461454 - spoof smooth=true and powerEfficient=false for supported media in MediaCapabilities (FF82+)
FF91+ FF91+
531915 - use fdlibm's sin, cos and tan in jsmath (FF93+, ESR91.1+) 531915 - use fdlibm's sin, cos and tan in jsmath (FF93, ESR91.1)
***/ ***/
user_pref("_user.js.parrot", "4500 syntax error: the parrot's popped 'is clogs"); user_pref("_user.js.parrot", "4500 syntax error: the parrot's popped 'is clogs");
/* 4501: enable privacy.resistFingerprinting [FF41+] /* 4501: enable privacy.resistFingerprinting [FF41+]