Compare commits

...

2 commits

View file

@ -20,9 +20,9 @@
installation_mode = "force_installed"; installation_mode = "force_installed";
install_url = "https://addons.mozilla.org/firefox/downloads/latest/temporarytabcontainer/latest.xpi"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/temporarytabcontainer/latest.xpi";
}; };
"keepassxc-browser@keepassxc.org" = { "{d634138d-c276-4fc8-924b-40a0ea21d284}" = {
installation_mode = "force_installed"; installation_mode = "force_installed";
install_url = "https://addons.mozilla.org/firefox/downloads/latest/keepassxc-browser/latest.xpi"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/1password-x-password-manager/latest.xpi";
}; };
"pywalfox@frewacom.org" = { "pywalfox@frewacom.org" = {
installation_mode = "force_installed"; installation_mode = "force_installed";
@ -124,15 +124,6 @@
// use same search engine (duckduckgo) for private browsing // use same search engine (duckduckgo) for private browsing
lockPref("browser.search.separatePrivateDefault", false); lockPref("browser.search.separatePrivateDefault", false);
// stop extensions connecting to the internet
lockPref(
"extensions.webextensions.base-content-security-policy",
"default-src 'none'; script-src 'none'; object-src 'none';"
);
lockPref(
"extensions.webextensions.base-content-security-policy.v3",
"default-src 'none'; script-src 'none'; object-src 'none';"
); );
''; '';
} }