mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-23 10:53:57 +00:00
92-alpha
This commit is contained in:
parent
524823fd05
commit
c9956d85b1
8
user.js
8
user.js
@ -1,7 +1,7 @@
|
|||||||
/******
|
/******
|
||||||
* name: arkenfox user.js
|
* name: arkenfox user.js
|
||||||
* date: 7 September 2021
|
* date: 10 September 2021
|
||||||
* version 91
|
* version 92-alpha
|
||||||
* url: https://github.com/arkenfox/user.js
|
* url: https://github.com/arkenfox/user.js
|
||||||
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
||||||
|
|
||||||
@ -781,7 +781,7 @@ user_pref("webchannel.allowObject.urlWhitelist", "");
|
|||||||
* [TEST] https://www.xn--80ak6aa92e.com/ (www.apple.com)
|
* [TEST] https://www.xn--80ak6aa92e.com/ (www.apple.com)
|
||||||
* [1] https://wiki.mozilla.org/IDN_Display_Algorithm
|
* [1] https://wiki.mozilla.org/IDN_Display_Algorithm
|
||||||
* [2] https://en.wikipedia.org/wiki/IDN_homograph_attack
|
* [2] https://en.wikipedia.org/wiki/IDN_homograph_attack
|
||||||
* [3] CVE-2017-5383: https://www.mozilla.org/security/advisories/mfsa2017-02/
|
* [3] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=punycode+firefox
|
||||||
* [4] https://www.xudongz.com/blog/2017/idn-phishing/ ***/
|
* [4] https://www.xudongz.com/blog/2017/idn-phishing/ ***/
|
||||||
user_pref("network.IDN_show_punycode", true);
|
user_pref("network.IDN_show_punycode", true);
|
||||||
/* 2620: enforce PDFJS, disable PDFJS scripting [SETUP-CHROME]
|
/* 2620: enforce PDFJS, disable PDFJS scripting [SETUP-CHROME]
|
||||||
@ -818,7 +818,7 @@ user_pref("browser.download.manager.addToRecentDocs", false);
|
|||||||
* [SETUP-CHROME] This will break extensions, language packs, themes and any other
|
* [SETUP-CHROME] This will break extensions, language packs, themes and any other
|
||||||
* XPI files which are installed outside of profile and application directories
|
* XPI files which are installed outside of profile and application directories
|
||||||
* [1] https://mike.kaply.com/2012/02/21/understanding-add-on-scopes/
|
* [1] https://mike.kaply.com/2012/02/21/understanding-add-on-scopes/
|
||||||
* [1] archived: https://archive.is/DYjAM ***/
|
* [1] https://archive.is/DYjAM (archived) ***/
|
||||||
user_pref("extensions.enabledScopes", 5); // [HIDDEN PREF]
|
user_pref("extensions.enabledScopes", 5); // [HIDDEN PREF]
|
||||||
user_pref("extensions.autoDisableScopes", 15); // [DEFAULT: 15]
|
user_pref("extensions.autoDisableScopes", 15); // [DEFAULT: 15]
|
||||||
/* 2661: disable bypassing 3rd party extension install prompts [FF82+]
|
/* 2661: disable bypassing 3rd party extension install prompts [FF82+]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user