Dark Reader: Disable featured site settings.
This commit is contained in:
parent
0c58d1f5c5
commit
40969c26f9
|
@ -214,7 +214,9 @@ in
|
|||
Cryptomining = true;
|
||||
Fingerprinting = true;
|
||||
EmailTracking = true;
|
||||
Exceptions = [ "https://example.com" ];
|
||||
Exceptions = [
|
||||
"https://example.com"
|
||||
];
|
||||
};
|
||||
EncryptedMediaExtensions = {
|
||||
Enabled = true;
|
||||
|
@ -270,39 +272,41 @@ in
|
|||
changeBrowserTheme = false;
|
||||
detectDarkTheme = false;
|
||||
enableContextMenus = false;
|
||||
enableForPDF = true;
|
||||
enableForPDF = false;
|
||||
enableForProtectedPages = false;
|
||||
fetchNews = false;
|
||||
previewNewDesign = true;
|
||||
syncSettings = true;
|
||||
syncSitesFixes = true;
|
||||
disabledFor = [ "home.voronind.com" ];
|
||||
syncSitesFixes = false;
|
||||
disabledFor = [
|
||||
"home.voronind.com"
|
||||
];
|
||||
theme = {
|
||||
mode = 1;
|
||||
brightness = 100;
|
||||
contrast = 100;
|
||||
grayscale = 0;
|
||||
sepia = 0;
|
||||
useFont = false;
|
||||
fontFamily = config.module.style.font.sansSerif.name;
|
||||
textStroke = 0;
|
||||
engine = "dynamicTheme"; # dynamicTheme, cssFilter or svgFilter.
|
||||
stylesheet = "";
|
||||
darkColorScheme = "Default";
|
||||
darkSchemeBackgroundColor = "#${config.module.style.color.bg.dark}";
|
||||
darkSchemeTextColor = "#${config.module.style.color.fg.light}";
|
||||
engine = "dynamicTheme"; # dynamicTheme, cssFilter or svgFilter.
|
||||
fontFamily = config.module.style.font.sansSerif.name;
|
||||
grayscale = 0;
|
||||
immediateModify = true;
|
||||
lightColorScheme = "Default";
|
||||
lightSchemeBackgroundColor = "#${config.module.style.color.bg.light}";
|
||||
lightSchemeTextColor = "#${config.module.style.color.fg.dark}";
|
||||
mode = 1;
|
||||
scrollbarColor = "#${config.module.style.color.neutral}";
|
||||
selectionColor = "#${config.module.style.color.selection}";
|
||||
sepia = 0;
|
||||
styleSystemControls = true;
|
||||
lightColorScheme = "Default";
|
||||
darkColorScheme = "Default";
|
||||
immediateModify = true;
|
||||
stylesheet = "";
|
||||
textStroke = 0;
|
||||
useFont = false;
|
||||
};
|
||||
automation = {
|
||||
enabled = false;
|
||||
mode = "";
|
||||
behavior = "OnOff";
|
||||
mode = "";
|
||||
};
|
||||
time = {
|
||||
activation = "18:00";
|
||||
|
@ -327,19 +331,19 @@ in
|
|||
];
|
||||
};
|
||||
FirefoxHome = {
|
||||
Search = false;
|
||||
TopSites = false;
|
||||
SponsoredTopSites = false;
|
||||
Highlights = false;
|
||||
Pocket = false;
|
||||
Snippets = false;
|
||||
Locked = true;
|
||||
Pocket = false;
|
||||
Search = false;
|
||||
Snippets = false;
|
||||
SponsoredTopSites = false;
|
||||
TopSites = false;
|
||||
};
|
||||
FirefoxSuggest = {
|
||||
WebSuggestions = false;
|
||||
SponsoredSuggestions = false;
|
||||
ImproveSuggest = false;
|
||||
Locked = true;
|
||||
SponsoredSuggestions = false;
|
||||
WebSuggestions = false;
|
||||
};
|
||||
PDFjs = {
|
||||
Enabled = false;
|
||||
|
@ -396,19 +400,19 @@ in
|
|||
Downloads = false;
|
||||
FormData = true;
|
||||
History = false;
|
||||
Locked = true;
|
||||
OfflineApps = true;
|
||||
Sessions = false;
|
||||
SiteSettings = false;
|
||||
OfflineApps = true;
|
||||
Locked = true;
|
||||
};
|
||||
UserMessaging = {
|
||||
ExtensionRecommendations = false;
|
||||
FeatureRecommendations = false;
|
||||
Locked = true;
|
||||
MoreFromMozilla = false;
|
||||
SkipOnboarding = true;
|
||||
UrlbarInterventions = false;
|
||||
WhatsNew = false;
|
||||
Locked = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue