whoops.. relocate old 1108 to 2600's not 2400s
This commit is contained in:
parent
c83670f708
commit
622b70aa37
8
user.js
8
user.js
@ -1099,10 +1099,6 @@ user_pref("dom.push.userAgentID", "");
|
|||||||
|
|
||||||
/*** 2400: DOM (DOCUMENT OBJECT MODEL) & JAVASCRIPT ***/
|
/*** 2400: DOM (DOCUMENT OBJECT MODEL) & JAVASCRIPT ***/
|
||||||
user_pref("_user.js.parrot", "2400 syntax error: the parrot's kicked the bucket!");
|
user_pref("_user.js.parrot", "2400 syntax error: the parrot's kicked the bucket!");
|
||||||
/* 2401: block web content in file processes (FF55+)
|
|
||||||
* [WARNING] [SETUP] You may want to disable this for corporate or developer environments
|
|
||||||
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1343184 ***/
|
|
||||||
user_pref("browser.tabs.remote.allowLinkedWebInFileUriProcess", false);
|
|
||||||
/* 2402: disable website access to clipboard events/content
|
/* 2402: disable website access to clipboard events/content
|
||||||
* [WARNING] This will break some sites functionality such as pasting into facebook, wordpress
|
* [WARNING] This will break some sites functionality such as pasting into facebook, wordpress
|
||||||
* this applies to onCut, onCopy, onPaste events - i.e. you have to interact with
|
* this applies to onCut, onCopy, onPaste events - i.e. you have to interact with
|
||||||
@ -1298,6 +1294,10 @@ user_pref("network.jar.block-remote-files", true);
|
|||||||
* [SETTING] Options>Privacy & Security>Permissions>Prevent accessibility services from accessing your browser
|
* [SETTING] Options>Privacy & Security>Permissions>Prevent accessibility services from accessing your browser
|
||||||
* [1] https://support.mozilla.org/kb/accessibility-services ***/
|
* [1] https://support.mozilla.org/kb/accessibility-services ***/
|
||||||
user_pref("accessibility.force_disabled", 1);
|
user_pref("accessibility.force_disabled", 1);
|
||||||
|
/* 2631: block web content in file processes (FF55+)
|
||||||
|
* [WARNING] [SETUP] You may want to disable this for corporate or developer environments
|
||||||
|
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1343184 ***/
|
||||||
|
user_pref("browser.tabs.remote.allowLinkedWebInFileUriProcess", false);
|
||||||
/* 2662: disable "open with" in download dialog (FF50+)
|
/* 2662: disable "open with" in download dialog (FF50+)
|
||||||
* This is very useful to enable when the browser is sandboxed (e.g. via AppArmor)
|
* This is very useful to enable when the browser is sandboxed (e.g. via AppArmor)
|
||||||
* in such a way that it is forbidden to run external applications.
|
* in such a way that it is forbidden to run external applications.
|
||||||
|
Loading…
Reference in New Issue
Block a user