From b144a79bd0f8b7d1c18e146e71418c5d3f9aa003 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Tue, 3 Oct 2023 01:44:03 +0000 Subject: [PATCH] remove some non 115+ info you should still use v115 if you are on ESR115, I'm just cleaning up and saving bytes --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 48409bb..4f5c316 100644 --- a/user.js +++ b/user.js @@ -757,7 +757,7 @@ user_pref("privacy.window.maxInnerHeight", 900); /* 4503: disable mozAddonManager Web API [FF57+] * [NOTE] To allow extensions to work on AMO, you also need 2662 * [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1384330,1406795,1415644,1453988 ***/ -user_pref("privacy.resistFingerprinting.block_mozAddonManager", true); // [HIDDEN PREF FF57-108] +user_pref("privacy.resistFingerprinting.block_mozAddonManager", true); /* 4504: enable RFP letterboxing [FF67+] * Dynamically resizes the inner window by applying margins in stepped ranges [2] * If you use the dimension pref, then it will only apply those resolutions.