mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
No commits in common. "08ae59ed99aa850d5c1d3f5243905e2adb21aada" and "1b09a0eaafa0a0df27d9b0c97c4f28914c2b2e93" have entirely different histories.
08ae59ed99
...
1b09a0eaaf
@ -16,8 +16,8 @@ pref("autoadmin.offline_failover", true);
|
||||
pref("autoadmin.failover_to_cached", true);
|
||||
|
||||
// Interface language
|
||||
//pref("intl.locale.requested", "eo");
|
||||
//pref("intl.regional_prefs.use_os_locales", false);
|
||||
pref("intl.locale.requested", "eo");
|
||||
pref("intl.regional_prefs.use_os_locales", false);
|
||||
|
||||
// via https://www.ghacks.net/2017/10/27/how-to-enable-firefox-webextensions-on-mozilla-websites/
|
||||
pref("extensions.webextensions.restrictedDomains", "");
|
||||
@ -60,13 +60,13 @@ pref("javascript.use_us_english_locale", true);
|
||||
// the fingerprinting game. Then again as sending empty accept-language is
|
||||
// valid ("just give me any"), what if I request only Finnish considering the
|
||||
// RFC discourages sending rejection if no language matches.
|
||||
defaultPref("intl.accept_languages", "fi, en");
|
||||
//pref("intl.accept_languages", "fi");
|
||||
// Apparently even not sending accept-language is more common than Finnish,
|
||||
// so let's do that. Any language is fine, at least I am not promoting English
|
||||
// to every web site I visit.
|
||||
//pref("intl.accept_languages", "");
|
||||
// Mi ne plu pensas ĉi tion estas serioza.
|
||||
//pref("intl.accept_languages", "eo, fi");
|
||||
pref("intl.accept_languages", "eo, fi");
|
||||
|
||||
// No JavaScript allowed in internal pdf viewer
|
||||
pref("pdfjs.enableScripting", false);
|
||||
@ -130,10 +130,10 @@ pref("browser.cache.disk.enable", true);
|
||||
pref("browser.cache.memory.enable", true);
|
||||
|
||||
// Start from homepage, don't restore the previous session (excluding pinned tabs)'
|
||||
//pref("browser.startup.page", 1);
|
||||
pref("browser.startup.page", 1);
|
||||
// Simplified DDG experience without prompts for extension and all
|
||||
//pref("browser.startup.homepage", "https://start.duckduckgo.com");
|
||||
defaultPref("browser.startup.homepage", "about:mozilla");
|
||||
pref("browser.startup.homepage", "about:mozilla");
|
||||
|
||||
// https://codeberg.org/librewolf/settings/src/branch/master/librewolf.cfg begins
|
||||
|
||||
@ -334,7 +334,7 @@ pref("extensions.webcompat-reporter.newIssueEndpoint", "");
|
||||
* disable the default password manager built into the browser, including its autofill
|
||||
* capabilities and formless login capture.
|
||||
*/
|
||||
//pref("signon.rememberSignons", false);
|
||||
pref("signon.rememberSignons", false);
|
||||
pref("signon.autofillForms", false);
|
||||
pref("extensions.formautofill.addresses.enabled", false);
|
||||
pref("extensions.formautofill.creditCards.enabled", false);
|
||||
|
@ -122,11 +122,6 @@
|
||||
"SponsoredSuggestions": false,
|
||||
"WebSuggestions": false
|
||||
},
|
||||
"Homepage": {
|
||||
"Locked": false,
|
||||
"StartPage": "previous-session",
|
||||
"URL": "about:mozilla"
|
||||
},
|
||||
"SearchEngines": {
|
||||
"Add": [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user