mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-17 06:07:10 +02:00
v116
This commit is contained in:
parent
4d78abf2bf
commit
a0b75e4ad8
1 changed files with 5 additions and 5 deletions
10
user.js
10
user.js
|
@ -1,7 +1,7 @@
|
||||||
/******
|
/******
|
||||||
* name: arkenfox user.js
|
* name: arkenfox user.js
|
||||||
* date: 26 July 2023
|
* date: 26 August 2023
|
||||||
* version: 115
|
* version: 116
|
||||||
* 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
|
||||||
|
|
||||||
|
@ -631,14 +631,12 @@ user_pref("network.IDN_show_punycode", true);
|
||||||
* [1] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=pdf.js+firefox ***/
|
* [1] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=pdf.js+firefox ***/
|
||||||
user_pref("pdfjs.disabled", false); // [DEFAULT: false]
|
user_pref("pdfjs.disabled", false); // [DEFAULT: false]
|
||||||
user_pref("pdfjs.enableScripting", false); // [FF86+]
|
user_pref("pdfjs.enableScripting", false); // [FF86+]
|
||||||
/* 2621: disable links launching Windows Store on Windows 8/8.1/10 [WINDOWS] ***/
|
|
||||||
user_pref("network.protocol-handler.external.ms-windows-store", false);
|
|
||||||
/* 2623: disable permissions delegation [FF73+]
|
/* 2623: disable permissions delegation [FF73+]
|
||||||
* Currently applies to cross-origin geolocation, camera, mic and screen-sharing
|
* Currently applies to cross-origin geolocation, camera, mic and screen-sharing
|
||||||
* permissions, and fullscreen requests. Disabling delegation means any prompts
|
* permissions, and fullscreen requests. Disabling delegation means any prompts
|
||||||
* for these will show/use their correct 3rd party origin
|
* for these will show/use their correct 3rd party origin
|
||||||
* [1] https://groups.google.com/forum/#!topic/mozilla.dev.platform/BdFOMAuCGW8/discussion ***/
|
* [1] https://groups.google.com/forum/#!topic/mozilla.dev.platform/BdFOMAuCGW8/discussion ***/
|
||||||
user_pref("permissions.delegation.enabled", false);
|
// user_pref("permissions.delegation.enabled", false);
|
||||||
/* 2624: disable middle click on new tab button opening URLs or searches using clipboard [FF115+] */
|
/* 2624: disable middle click on new tab button opening URLs or searches using clipboard [FF115+] */
|
||||||
user_pref("browser.tabs.searchclipboardfor.middleclick", false); // [DEFAULT: false NON-LINUX]
|
user_pref("browser.tabs.searchclipboardfor.middleclick", false); // [DEFAULT: false NON-LINUX]
|
||||||
|
|
||||||
|
@ -1037,6 +1035,8 @@ user_pref("extensions.quarantinedDomains.enabled", true); // [DEFAULT: true]
|
||||||
// user_pref("extensions.formautofill.creditCards.available", "");
|
// user_pref("extensions.formautofill.creditCards.available", "");
|
||||||
// user_pref("extensions.formautofill.creditCards.supported", "");
|
// user_pref("extensions.formautofill.creditCards.supported", "");
|
||||||
// user_pref("middlemouse.contentLoadURL", "");
|
// user_pref("middlemouse.contentLoadURL", "");
|
||||||
|
/* 6051: prefsCleaner: reset previously active items removed from arkenfox FF115+ ***/
|
||||||
|
// user_pref("network.protocol-handler.external.ms-windows-store", "");
|
||||||
|
|
||||||
/*** [SECTION 7000]: DON'T BOTHER ***/
|
/*** [SECTION 7000]: DON'T BOTHER ***/
|
||||||
user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies!");
|
user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies!");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue