user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 183a62448fe3ea9085c639588bf05a1de742f14e
parent ac751a74f21806f9c2848651f12c110a175f488b
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Sun,  3 Dec 2017 19:01:24 +0100

1110: updated URL
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -673,7 +673,7 @@ user_pref("dom.ipc.shims.enabledWarnings", true); user_pref("browser.tabs.remote.allowLinkedWebInFileUriProcess", false); /* 1110: set sandbox level. DO NOT MEDDLE WITH THESE. They are included to inform you NOT to play * with them. The values are integers, but the code below deliberately contains a data mismatch - * [1] https://wiki.mozilla.org/Sandbox + * [1] https://wiki.mozilla.org/Security/Sandbox * [2] https://www.ghacks.net/2017/01/23/how-to-change-firefoxs-sandbox-security-level/#comment-4105173 ***/ // user_pref("security.sandbox.content.level", "donotuse"); // user_pref("dom.ipc.plugins.sandbox-level.default", "donotuse");