forked from d3cim/mobile_user.js
Update 'user.js'
This commit is contained in:
parent
f08cd5c12c
commit
180b260a47
1
user.js
1
user.js
|
@ -2424,6 +2424,7 @@ user_pref("privacy.resistFingerprinting", true); // [DEFAULT: false]
|
||||||
// [NOTE] As a side-effect allowed extensions to work on AMO. You also need to sanitize or clear extensions.webextensions.restrictedDomains to keep that side-effect
|
// [NOTE] As a side-effect allowed extensions to work on AMO. You also need to sanitize or clear extensions.webextensions.restrictedDomains to keep that side-effect
|
||||||
// https://bugzilla.mozilla.org/buglist.cgi?bug_id=1384330,1406795,1415644,1453988
|
// https://bugzilla.mozilla.org/buglist.cgi?bug_id=1384330,1406795,1415644,1453988
|
||||||
user_pref("privacy.resistFingerprinting.block_mozAddonManager", true); // [HIDDEN PREF] // [DESKTOP]
|
user_pref("privacy.resistFingerprinting.block_mozAddonManager", true); // [HIDDEN PREF] // [DESKTOP]
|
||||||
|
user_pref("extensions.webextensions.restrictedDomains", "");
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Pref : Enable RFP letterboxing
|
// Pref : Enable RFP letterboxing
|
||||||
// Dynamically resizes the inner window by applying letterboxing, using dimensions which waste the least content area, If you use the dimension pref, then it will only apply those resolutions. The format is "width1xheight1, width2xheight2, ..." (e.g. "800x600, 1000x1000, 1600x900")
|
// Dynamically resizes the inner window by applying letterboxing, using dimensions which waste the least content area, If you use the dimension pref, then it will only apply those resolutions. The format is "width1xheight1, width2xheight2, ..." (e.g. "800x600, 1000x1000, 1600x900")
|
||||||
|
|
Loading…
Reference in New Issue