dotfiles/misc/firefox/policies.json
js0ny 2a1127bf10 refractor: on chezmoi
Add multiple variables in chezmoi.toml, apply a more detailed ignore rule

Use of chezmoi scripts

Use Neogit for default git GUI (TUI)

Integrate chezmoi with age
2025-11-08 07:24:43 +00:00

114 lines
3.6 KiB
JSON

{
"policies": {
"BlockAboutConfig": false,
"DisableAppUpdate": true,
"DisableFirefoxScreenshots": true,
"DisableTelemetry": true,
"DontCheckDefaultBrowser": true,
"ExtensionSettings": {
"@testpilot-containers": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi",
"installation_mode": "force_installed"
},
"@webcompat@mozilla.org": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/side-view/latest.xpi",
"installation_mode": "force_installed"
},
"uBlock0@raymondhill.net": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
"installation_mode": "force_installed"
},
"{74145f27-f039-47ce-a470-a662b129930a}": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/clearurls/latest.xpi",
"installation_mode": "force_installed"
}
},
"Preferences": {
"browser.contentblocking.category": {
"Status": "locked",
"Value": "strict"
},
"browser.formfill.enable": {
"Status": "locked",
"Value": false
},
"browser.newtabpage.activity-stream.showSponsored": {
"Status": "locked",
"Value": false
},
"browser.newtabpage.activity-stream.showSponsoredTopSites": {
"Status": "locked",
"Value": false
},
"browser.shell.checkDefaultBrowser": {
"Status": "locked",
"Value": false
},
"browser.urlbar.update2.engineAliasRefresh": {
"Status": "locked",
"Value": true
},
"dom.forms.autocomplete.formautofill": {
"Status": "locked",
"Value": false
},
"extensions.formautofill.creditCards.enabled": {
"Status": "locked",
"Value": false
},
"screenshots.browser.component.enabled": {
"Status": "locked",
"Value": false
},
"toolkit.tabbox.switchByScrolling": {
"Status": "locked",
"Value": true
},
"toolkit.telemetry.archive.enabled": {
"Status": "locked",
"Value": false
},
"toolkit.telemetry.enabled": {
"Status": "locked",
"Value": false
},
"widget.use-xdg-desktop-portal.file-picker": {
"Status": "locked",
"Value": 1
},
"widget.use-xdg-desktop-portal.mime-handler": {
"Status": "locked",
"Value": 1
}
},
"SearchEngines": {
"Add": [
{
"Alias": "@np",
"Description": "Search in NixOS Packages",
"IconURL": "https://nixos.org/favicon.ico",
"Method": "GET",
"Name": "NixOS Packages",
"URLTemplate": "https://search.nixos.org/packages?from=0&size=200&sort=relevance&type=packages&query={searchTerms}"
},
{
"Alias": "@no",
"Description": "Search in NixOS Options",
"IconURL": "https://nixos.org/favicon.ico",
"Method": "GET",
"Name": "NixOS Options",
"URLTemplate": "https://search.nixos.org/options?from=0&size=200&sort=relevance&type=packages&query={searchTerms}"
},
{
"Alias": "@hm",
"Description": "Search in Home Manager Options",
"IconURL": "https://nixos.org/favicon.ico",
"Method": "GET",
"Name": "Home Manager options",
"URLTemplate": "https://home-manager-options.extranix.com/?query={searchTerms}"
}
],
"Default": "DuckDuckGo"
}
}
}