From 183a62448fe3ea9085c639588bf05a1de742f14e Mon Sep 17 00:00:00 2001 From: earthlng Date: Sun, 3 Dec 2017 19:01:24 +0100 Subject: [PATCH] 1110: updated URL --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 85af838..3e79fa4 100644 --- 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");