Initial commit

This commit is contained in:
2025-09-13 14:30:54 -04:00
commit e8f1a60eb1
23 changed files with 4373 additions and 0 deletions

20
Firefox/policies.json Normal file
View 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
}
}
}
}