From fe4f7f1bf18a9e5c006790ea010bcf44f2532d03 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 18 Feb 2022 02:30:40 +0000 Subject: [PATCH] add back RFP plugins/mimeTypes info It still applies FF99+ after https://bugzilla.mozilla.org/show_bug.cgi?id=1720353 --- user.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user.js b/user.js index e1eae83..c98e6fa 100644 --- a/user.js +++ b/user.js @@ -851,6 +851,8 @@ user_pref("privacy.sanitize.timeSpan", 0); 418986 - limit window.screen & CSS media queries (FF41) [TEST] https://arkenfox.github.io/TZP/tzp.html#screen 1281949 - spoof screen orientation (FF50) + 1281963 - hide the contents of navigator.plugins and navigator.mimeTypes (FF50/53) + FF53: fixes GetSupportedNames in nsMimeTypeArray and nsPluginArray (1324044) 1330890 - spoof timezone as UTC0 (FF55) 1360039 - spoof navigator.hardwareConcurrency as 2 (FF55) 1217238 - reduce precision of time exposed by javascript (FF55)