neko-apps/xfce-custom/dots/usr/share/librewolf/distribution/policies.json
2024-04-03 23:47:25 +13:00

152 lines
5.5 KiB
JSON

{
"__COMMENT__ More Information": "https://mozilla.github.io/policy-templates/",
"policies": {
"AppUpdateURL": "https://localhost",
"DisableAppUpdate": true,
"Bookmarks": [
{
"Title": "Invidious",
"URL": "http://youtube.meow",
"Favicon": "http://youtube.meow/favicon.ico",
"Folder": "Internal/Starlight",
"Placement": "toolbar"
},
{
"Title": "The 'Fin",
"URL": "http://jellyfin.meow/web/#/home.html",
"Favicon": "http://jellyfin.meow/web/favicon.ico",
"Folder": "Internal/Starlight",
"Placement": "toolbar"
},
{
"Title": "Zombo.com",
"URL": "https://www.zombo.com/",
"Favicon": "https://www.zombo.com/favicon.ico",
"Folder": "Sites",
"Placement": "toolbar"
},
{
"Title": "YouTube",
"URL": "https://www.youtube.com/",
"Favicon": "https://www.youtube.com/favicon.ico",
"Folder": "Sites",
"Placement": "toolbar"
},
{
"Title": "anthro.cs",
"URL": "https://anthro.cs.uni-freiburg.de/",
"Favicon": "https://uni-freiburg.de/wp-content/themes/unifreiburg-theme/img/favicons/favicon.svg",
"Folder": "Sites",
"Placement": "toolbar"
}
],
"OverrideFirstRunPage": "https://www.zombo.com/",
"OverridePostUpdatePage": "",
"Homepage": {
"URL": "https://www.zombo.com/",
"Locked": false,
"StartPage": "homepage"
},
"Permissions": {
"Autoplay": {
"Allow": [
"https://www.zombo.com/",
"https://www.youtube.com/",
"no://wildcards:(",
"http://youtube.meow/",
"http://jellyfin.meow"
],
"Default": "block-audio-video",
"Locked": false
}
},
"DisableSystemAddonUpdate": true,
"DisableProfileImport": false,
"DisableFirefoxStudies": true,
"DisableTelemetry": true,
"DisableFeedbackCommands": true,
"DisablePocket": true,
"DisableSetDesktopBackground": false,
"DisableDeveloperTools": false,
"DNSOverHTTPS": {
"Enabled": false,
"ProviderURL": "",
"Locked": false
},
"NoDefaultBookmarks": true,
"WebsiteFilter": {
"Block": [
"https://localhost/*"
],
"Exceptions": [
"https://localhost/*"
]
},
"Extensions": {
"Install": [
"https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
"https://addons.mozilla.org/firefox/downloads/latest/darkreader/latest.xpi/",
"https://addons.mozilla.org/firefox/downloads/latest/sponsorblock/latest.xpi",
"https://addons.mozilla.org/firefox/downloads/latest/libredirect/latest.xpi",
"https://addons.mozilla.org/firefox/downloads/latest/catppuccin-mocha-rosewater-git/latest.xpi"
],
"Uninstall": [
"google@search.mozilla.org",
"bing@search.mozilla.org",
"amazondotcom@search.mozilla.org",
"ebay@search.mozilla.org",
"twitter@search.mozilla.org"
]
},
"SearchEngines": {
"PreventInstalls": false,
"Remove": [
"Google",
"Bing",
"Amazon.com",
"eBay",
"Twitter"
],
"Default": "StartPage",
"Add": [
{
"Name": "DuckDuckGo Lite",
"Description": "Minimal, ad-free version of DuckDuckGo",
"Alias": "",
"Method": "POST",
"URLTemplate": "https://duckduckgo.com/lite/?q={searchTerms}",
"PostData": "q={searchTerms}"
},
{
"Name": "SearXNG - searx.be",
"Description": "A privacy-respecting, hackable metasearch engine",
"Alias": "",
"Method": "POST",
"URLTemplate": "https://searx.be/?q={searchTerms}",
"PostData": "q={searchTerms}&category_general=on"
},
{
"Name": "MetaGer",
"Description": "MetaGer: Privacy Protected Search & Find",
"Alias": "",
"Method": "GET",
"URLTemplate": "https://metager.org/meta/meta.ger3?eingabe={searchTerms}"
},
{
"Name": "StartPage",
"Description": "The world's most private search engine",
"Alias": "",
"Method": "GET",
"URLTemplate": "https://www.startpage.com/sp/search?query={searchTerms}&cat=web&pl=opensearch"
}
]
},
"SupportMenu": {
"Title": "LibreWolf Issue Tracker",
"URL": "https://gitlab.com/librewolf-community/settings/issues"
}
}
}