Initial commit
This commit is contained in:
20
Firefox/policies.json
Normal file
20
Firefox/policies.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"policies": {
|
||||
"DisableFirefoxStudies": true,
|
||||
"SearchEngines": {
|
||||
"Default": "DuckDuckGo",
|
||||
"Default_comment": "Set the default search engine to DuckDuckGo instead of Google."
|
||||
},
|
||||
"DisableTelemetry": true,
|
||||
"ExtensionSettings": {
|
||||
"uBlock0@raymondhill.net": {
|
||||
"installation_mode": "allowed",
|
||||
"allowed_in_private_browsing": true
|
||||
},
|
||||
"*": {
|
||||
"installation_mode": "allowed",
|
||||
"allowed_in_private_browsing": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user