From 44c807b3384d567bea083420b4e607c4ee58bd0b Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 11 Jan 2024 22:04:10 +0100 Subject: Add firefox configfiles. --- firefox/policies.json | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 firefox/policies.json (limited to 'firefox/policies.json') diff --git a/firefox/policies.json b/firefox/policies.json new file mode 100644 index 0000000..693e14b --- /dev/null +++ b/firefox/policies.json @@ -0,0 +1,60 @@ +{ + "policies" : { + "DefaultDownloadDirectory" : "${home}/downloads", + + "ExtensionSettings" : { + "uBlock0@raymondhill.net": { + "installation_mode": "normal_installed", + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" + }, + "uMatrix@raymondhill.net": { + "installation_mode": "normal_installed", + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/umatrix/latest.xpi" + }, + "CookieAutoDelete@kennydo.com": { + "installation_mode": "normal_installed", + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/cookie-autodelete/latest.xpi" + }, + "treestyletab@piro.sakura.ne.jp": { + "installation_mode": "normal_installed", + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/tree-style-tab/latest.xpi" + }, + "tridactyl.vim@cmcaine.co.uk": { + "installation_mode": "normal_installed", + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/tridactyl-vim/latest.xpi" + }, + "{DDC359D1-844A-42a7-9AA1-88A850A938A8}": { + "installation_mode": "normal_installed", + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/downthemall/latest.xpi" + }, + "{e4a8a97b-f2ed-450b-b12d-ee082ba24781}": { + "installation_mode": "normal_installed", + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/greasemonkey/latest.xpi" + }, + "skipredirect@sblask": { + "installation_mode": "normal_installed", + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/skip-redirect/latest.xpi" + }, + "foxyproxy@eric.h.jung": { + "installation_mode": "normal_installed", + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/foxyproxy-standard/latest.xpi" + } + }, + + "SearchEngines": { + "Add" : [ + { + "Name": "searx-prg", + "URLTemplate": "https://searx-prg.khirnov.net/search?q={searchTerms}", + "Method": "GET", + "Alias" : "@searx-prg" + } + ], + "Default" : "searx-prg" + }, + + "Certificates" : { + "Install" : ["/usr/local/share/ca-certificates/khirnov.net.crt"] + } + } +} -- cgit v1.2.3