disable ad stuff automatically
This commit is contained in:
parent
ccb39b1190
commit
d6a77c851a
1 changed files with 6 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
];
|
];
|
||||||
extraOpts = {
|
extraOpts = {
|
||||||
"BrowserSignin" = 0;
|
"BrowserSignin" = 0;
|
||||||
# "SyncDisabled" = true;
|
"SyncDisabled" = true;
|
||||||
"PasswordManagerEnabled" = false;
|
"PasswordManagerEnabled" = false;
|
||||||
"TranslateEnabled" = false;
|
"TranslateEnabled" = false;
|
||||||
"AutofillAddressEnabled" = false;
|
"AutofillAddressEnabled" = false;
|
||||||
|
@ -30,6 +30,11 @@
|
||||||
# "DefaultSearchProviderSearchURL" = "https://google.com/search?q={searchTerms}";
|
# "DefaultSearchProviderSearchURL" = "https://google.com/search?q={searchTerms}";
|
||||||
"DefaultSearchProviderSearchURL" = "https://duckduckgo.com/?q={searchTerms}";
|
"DefaultSearchProviderSearchURL" = "https://duckduckgo.com/?q={searchTerms}";
|
||||||
"SearchSuggestEnable" = false;
|
"SearchSuggestEnable" = false;
|
||||||
|
"BlockThirdPartyCookies" = true;
|
||||||
|
"PrivacySandboxAdMeasurementEnabled" = false;
|
||||||
|
"PrivacySandboxAdTopicsEnabled" = false;
|
||||||
|
"PrivacySandboxPromptEnabled" = false;
|
||||||
|
"PrivacySandboxSiteEnabledAdsEnabled" = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue