user.js

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

commit 2dd455ef83413468a5fcccec1d4097275fc13e94
parent 306610da8e3ba7580674e6385759f2764dad3b84
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue, 26 Jan 2021 19:39:33 +0000

network.http.redirection-limit, fixes #1100
Diffstat:
Mscratchpad-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 @@ -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' ]