mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 20:57:39 +02:00
Compare commits
No commits in common. "a524ad0f1ce1aca4d4020c6d724b256d7903f7a5" and "99c63d25fe20b2882eff40fe0f96f57a6a7fbf39" have entirely different histories.
a524ad0f1c
...
99c63d25fe
@ -137,13 +137,9 @@ defaultPref("browser.startup.homepage", "about:mozilla");
|
||||
|
||||
// https://codeberg.org/librewolf/settings/src/branch/master/librewolf.cfg begins
|
||||
|
||||
/** [SECTION] CONTAINERS
|
||||
* enable containers and show the settings to control them in the stock ui
|
||||
*/
|
||||
pref("privacy.userContext.enabled", true);
|
||||
pref("privacy.userContext.ui.enabled", true);
|
||||
|
||||
pref("browser.contentblocking.category", "strict");
|
||||
//pref("browser.contentblocking.category", "strict");
|
||||
// Aminda relies on AdNauseam
|
||||
lockPref("browser.contentblocking.category", "standard");
|
||||
pref("privacy.partition.always_partition_third_party_non_cookie_storage", true);
|
||||
pref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", false);
|
||||
|
||||
@ -344,6 +340,12 @@ pref("extensions.formautofill.addresses.enabled", false);
|
||||
pref("extensions.formautofill.creditCards.enabled", false);
|
||||
pref("signon.formlessCapture.enabled", false);
|
||||
|
||||
/** [SECTION] CONTAINERS
|
||||
* enable containers and show the settings to control them in the stock ui
|
||||
*/
|
||||
pref("privacy.userContext.enabled", true);
|
||||
pref("privacy.userContext.ui.enabled", true);
|
||||
|
||||
/** [SECTION] DEVTOOLS
|
||||
* disable remote debugging.
|
||||
*/
|
||||
|
@ -139,7 +139,6 @@
|
||||
"Method": "POST",
|
||||
"Name": "DuckDuckGo Lite",
|
||||
"PostData": "q={searchTerms}",
|
||||
"SuggestURLTemplate": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
||||
"URLTemplate": "https://duckduckgo.com/lite/?q={searchTerms}"
|
||||
},
|
||||
{
|
||||
@ -148,7 +147,6 @@
|
||||
"Method": "GET",
|
||||
"Name": "DuckDuckGo Start",
|
||||
"PostData": "q={searchTerms}",
|
||||
"SuggestURLTemplate": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
||||
"URLTemplate": "https://start.duckduckgo.com/?q={searchTerms}"
|
||||
},
|
||||
{
|
||||
@ -157,7 +155,6 @@
|
||||
"Method": "GET",
|
||||
"Name": "Brave Search",
|
||||
"PostData": "q={searchTerms}",
|
||||
"SuggestURLTemplate": "https://search.brave.com/api/suggest?q={searchTerms}",
|
||||
"URLTemplate": "https://search.brave.com/search?q={searchTerms}"
|
||||
},
|
||||
{
|
||||
@ -166,7 +163,6 @@
|
||||
"Method": "GET",
|
||||
"Name": "Brave Search Goggles",
|
||||
"PostData": "q={searchTerms}",
|
||||
"SuggestURLTemplate": "https://search.brave.com/api/suggest?q={searchTerms}",
|
||||
"URLTemplate": "https://search.brave.com/goggles?q={searchTerms}"
|
||||
}
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user