foxgirl-settings/distribution/policies.json
Karsten 21c588fa9c
Remove Jive Search (!8)
It no longer exists and its domain is being auctioned.
2021-03-11 23:22:40 -06:00

133 lines
4.8 KiB
JSON

{
"__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md",
"policies": {
"AppUpdateURL": "https://localhost",
"DisableAppUpdate": true,
"OverrideFirstRunPage": "",
"OverridePostUpdatePage": "",
"DisableSystemAddonUpdate": true,
"DisableFirefoxAccounts": true,
"DisableProfileImport": false,
"DisableMasterPasswordCreation": true,
"DisableFirefoxStudies": true,
"DisableTelemetry": true,
"DisableFeedbackCommands": true,
"DisablePocket": true,
"DisableSetDesktopBackground": false,
"DisableDeveloperTools": false,
"DNSOverHTTPS": {
"Enabled": false,
"ProviderURL": "",
"Locked": false
},
"Bookmarks": [
{
"Title": "Library",
"URL": "chrome://browser/content/places/places.xul",
"Placement": "menu",
"Folder": "LibreWolf"
},
{
"Title": "Restart LibreWolf",
"URL": "about:restartrequired",
"Placement": "menu",
"Folder": "LibreWolf"
},
{
"Title": "Advanced Preferences",
"URL": "about:config",
"Placement": "menu",
"Folder": "LibreWolf"
},
{
"Title": "All about pages",
"URL": "about:about",
"Placement": "menu",
"Folder": "LibreWolf"
},
{
"Title": "LibreWolf Profiles",
"URL": "about:profiles",
"Placement": "menu",
"Folder": "LibreWolf"
}
],
"WebsiteFilter": {
"Block": ["https://localhost/*"],
"Exceptions": ["https://localhost/*"]
},
"Extensions": {
"Install": [
"https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-1.33.2-an+fx.xpi"
],
"Uninstall": [
"google@search.mozilla.org",
"bing@search.mozilla.org",
"amazondotcom@search.mozilla.org",
"ebay@search.mozilla.org",
"twitter@search.mozilla.org"
]
},
"SearchSuggestEnabled": false,
"SearchEngines": {
"PreventInstalls": false,
"Default": "DuckDuckGo",
"Remove": ["Google", "Bing", "Amazon.com", "eBay", "Twitter"],
"Add": [
{
"Name": "DuckDuckGo Lite",
"Description": "Minimal, ad-free version of DuckDuckGo",
"Alias": "",
"Method": "POST",
"URLTemplate": "https://duckduckgo.com/lite/?q={searchTerms}",
"PostData": "q={searchTerms}",
"IconURL": "https://duckduckgo.com/favicon.ico"
},
{
"Name": "Searx",
"Description": "A privacy-respecting, hackable metasearch engine",
"Alias": "",
"Method": "POST",
"URLTemplate": "https://searx.be/?q={searchTerms}",
"PostData": "q={searchTerms}&time_range=&language=en-US&category_general=on",
"IconURL": "https://searx.be/favicon.ico"
},
{
"Name": "StartPage",
"Description": "The world's most private search engine",
"Alias": "",
"Method": "GET",
"URLTemplate": "https://www.startpage.com/do/search?query={searchTerms}",
"IconURL": "https://www.startpage.com/assets/images/logo-180x180.png"
},
{
"Name": "Qwant",
"Description": "The search engine that respects your privacy.",
"Alias": "",
"Method": "GET",
"URLTemplate": "https://www.qwant.com/?q={searchTerms}",
"IconURL": "https://www.qwant.com/favicon-196.png"
},
{
"Name": "MetaGer",
"Description": "MetaGer: Privacy Protected Search & Find",
"Alias": "",
"Method": "GET",
"URLTemplate": "https://metager.org/meta/meta.ger3?eingabe={searchTerms}",
"IconURL": "https://metager.org/favicon.ico"
}
]
},
"SupportMenu": {
"Title": "LibreWolf Issue Tracker",
"URL": "https://gitlab.com/librewolf-community/settings/issues"
}
}
}