hurricane: 176 current 2025-07-09 10:58:44 25.05.20250705.29e2900 6.15.4 *

firefox settings
This commit is contained in:
2025-07-09 10:58:51 +02:00
parent 24034ab5fe
commit ebc131de84

View File

@@ -192,7 +192,6 @@ in {
/* /*
---- POLICIES ---- ---- POLICIES ----
*/ */
DisableTelemetry = true; DisableTelemetry = true;
DisableFirefoxStudies = true; DisableFirefoxStudies = true;
EnableTrackingProtection = { EnableTrackingProtection = {
@@ -201,14 +200,45 @@ in {
Cryptomining = true; Cryptomining = true;
Fingerprinting = true; Fingerprinting = true;
}; };
DisablePocket = true; DisablePocket = true;
FirefoxHome = {
Snippets = false;
TopSites = false;
SponsoredTopSites = false;
SponsoredPocket = false;
};
HttpsOnlyMode = "force_enabled";
DNSOverHTTPS = {
Enabled = true;
ProviderURL = "https://dns.schulze.network/dns-query";
Locked = true;
Fallback = true;
};
PasswordManagerEnabled = false;
/*
---- PREFERENCES ----
*/
Preferences = {
"extensions.activeThemeID" = {
Value = "{21ab01a8-2464-4824-bccb-6db15659347e}";
Status = "locked";
};
"sidebar.animation.duration-ms" = {
Value = 50;
Status = "locked";
};
"sidebar.animation.expand-on-hover.duration-ms" = {
Value = 50;
Status = "locked";
};
"sidebar.verticalTabs" = lock-true;
"sidebar.position_start" = lock-false;
};
/* /*
---- EXTENSIONS ---- ---- EXTENSIONS ----
*/ */
# Check about:support for extension/add-on ID strings. # Check about:support for extension/add-on ID strings.
# Valid strings for installation_mode are "allowed", "blocked", # Valid strings for installation_mode are "allowed", "blocked", "force_installed" and "normal_installed".
# "force_installed" and "normal_installed".
ExtensionSettings = { ExtensionSettings = {
"*".installation_mode = "normal_installed"; "*".installation_mode = "normal_installed";
# uBlock Origin: # uBlock Origin:
@@ -222,17 +252,6 @@ in {
installation_mode = "force_installed"; installation_mode = "force_installed";
}; };
}; };
/*
---- PREFERENCES ----
*/
Preferences = {
"browser.newtabpage.activity-stream.showSponsoredTopSites" = lock-false;
"extensions.activeThemeID" = {
Value = "{21ab01a8-2464-4824-bccb-6db15659347e}";
Status = "locked";
};
};
}; };
}; };
thunderbird = { thunderbird = {