network.http.redirection-limit, fixes #1100
This commit is contained in:
parent
306610da8e
commit
2dd455ef83
@ -1,7 +1,7 @@
|
|||||||
/***
|
/***
|
||||||
This will reset the preferences that have been removed completely from the arkenfox user.js.
|
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:
|
For instructions see:
|
||||||
https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
|
https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
|
||||||
@ -232,6 +232,8 @@
|
|||||||
/* 84-beta */
|
/* 84-beta */
|
||||||
'browser.newtabpage.activity-stream.asrouter.providers.snippets',
|
'browser.newtabpage.activity-stream.asrouter.providers.snippets',
|
||||||
'layout.css.visited_links_enabled',
|
'layout.css.visited_links_enabled',
|
||||||
|
/* 85-beta */
|
||||||
|
'network.http.redirection-limit',
|
||||||
/* reset parrot: check your open about:config after running the script */
|
/* reset parrot: check your open about:config after running the script */
|
||||||
'_user.js.parrot'
|
'_user.js.parrot'
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user