mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 21:43:36 +02:00
remove some non 115+ info
you should still use v115 if you are on ESR115, I'm just cleaning up and saving bytes
This commit is contained in:
parent
9520f40a2d
commit
b144a79bd0
1 changed files with 1 additions and 1 deletions
2
user.js
2
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue