Disable some stuff in firefox.
This commit is contained in:
parent
69384f6cad
commit
2529ca4510
@ -79,6 +79,20 @@
|
|||||||
policies = {
|
policies = {
|
||||||
DisableTelemetry = true;
|
DisableTelemetry = true;
|
||||||
DisplayBookmarksToolbar = "newtab";
|
DisplayBookmarksToolbar = "newtab";
|
||||||
|
DisableFirefoxStudies = true;
|
||||||
|
FirefoxHome = {
|
||||||
|
SponsoredStories = false;
|
||||||
|
SponsoredTopSites = false;
|
||||||
|
Stories = false;
|
||||||
|
};
|
||||||
|
GenerativeAI = {
|
||||||
|
Enabled = false;
|
||||||
|
};
|
||||||
|
SearchEngines = {
|
||||||
|
Remove = [
|
||||||
|
"Perplexity"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# 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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user