qubes-mgmt-ansible/roles/arkenfox/files/usr/lib64/firefox/distribution/policies.json

98 lines
2.8 KiB
JSON
Raw Permalink Normal View History

2025-12-03 14:38:13 +01:00
{
"policies": {
"Cookies": {
"Behavior": "reject-tracker-and-partition-foreign",
"BehaviorPrivateBrowsing": "reject-tracker-and-partition-foreign"
},
"DisableFirefoxAccounts": true,
"DisableFirefoxStudies": true,
"DisablePocket": true,
"DisableSecurityBypass": false,
"DisableTelemetry": true,
"EnableTrackingProtection": {
"Value": true,
"Locked": false,
"Cryptomining": true,
"Fingerprinting": true,
"EmailTracking": true
},
"DNSOverHTTPS": {
"Enabled": true,
"Locked": false,
"Fallback": false,
"ProviderURL": "https://dns.quad9.net/dns-query"
},
"Extensions": {
"Install": [
2025-12-09 19:12:25 +01:00
"https://github.com/uBlockOrigin/uBOL-home/releases/download/2025.1207.2142/uBOLite_2025.1207.2142.firefox.signed.xpi"
2025-12-03 14:38:13 +01:00
]
},
"ExtensionSettings": {
},
"uBlock0@raymondhill.net": {
"installation_mode": "force_installed",
2025-12-09 19:12:25 +01:00
"install_url": "https://github.com/uBlockOrigin/uBOL-home/releases/download/2025.1207.2142/uBOLite_2025.1207.2142.firefox.signed.xpi"
2025-12-03 14:38:13 +01:00
},
"FirefoxHome": {
"Search": true,
"TopSites": false,
"SponsoredTopSites": false,
"Highlights": false,
"Pocket": false,
"SponsoredPocket": false,
"Snippets": false,
"Locked": false
},
"FirefoxSuggest": {
"WebSuggestions": false,
"SponsoredSuggestions": false,
"ImproveSuggest": false,
"Locked": false
},
"NetworkPrediction": false,
"OverrideFirstRunPage": "about:home",
"UserMessaging": {
"WhatsNew": false,
"ExtensionRecommendations": false,
"FeatureRecommendations": false,
"SkipOnboarding": false
}
2025-12-09 20:10:01 +01:00
},
"SearchEngines": {
"Add": [
{
"Name": "DuckDuckGo Lite",
"Alias": "dl",
"Description": "Minimal, ad-free version of DuckDuckGo",
"IconURL": "https://start.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
"Method": "POST",
"PostData": "q={searchTerms}",
"SuggestURLTemplate": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
"URLTemplate": "https://duckduckgo.com/lite/?q={searchTerms}&atb"
},
{
"Name": "DuckDuckGo No AI",
"Alias": "dnai",
"Description": "DuckDuckGo AIless version",
"IconURL": "https://noai.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
"Method": "GET",
"SuggestURLTemplate": "https://noai.duckduckgo.com/ac/?q={searchTerms}&type=list",
"URLTemplate": "https://noai.duckduckgo.com/?q={searchTerms}&atb"
},
{
"Name": "DuckDuckGo Start",
"Alias": "d",
"Description": "DuckDuckGo Start page version",
"IconURL": "https://start.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
"Method": "GET",
"SuggestURLTemplate": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
"URLTemplate": "https://start.duckduckgo.com/?q={searchTerms}&atb"
}
],
"Default": "DuckDuckGo No AI"
},
"SearchSuggestEnabled": false
2025-12-03 14:38:13 +01:00
}