From 2dd455ef83413468a5fcccec1d4097275fc13e94 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Tue, 26 Jan 2021 19:39:33 +0000 Subject: [PATCH] network.http.redirection-limit, fixes #1100 --- scratchpad-scripts/arkenfox-clear-removed.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scratchpad-scripts/arkenfox-clear-removed.js b/scratchpad-scripts/arkenfox-clear-removed.js index 1b0be69..060f76c 100644 --- a/scratchpad-scripts/arkenfox-clear-removed.js +++ b/scratchpad-scripts/arkenfox-clear-removed.js @@ -1,7 +1,7 @@ /*** This will reset the preferences that have been removed completely from the arkenfox user.js. - Last updated: 30-Dec-2020 + Last updated: 26-Jan-2021 For instructions see: https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts] @@ -232,6 +232,8 @@ /* 84-beta */ 'browser.newtabpage.activity-stream.asrouter.providers.snippets', 'layout.css.visited_links_enabled', + /* 85-beta */ + 'network.http.redirection-limit', /* reset parrot: check your open about:config after running the script */ '_user.js.parrot' ]