Compare commits
No commits in common. "a77580ed1a8c46e432b0ca1e9e97c96fa5649d39" and "dbb573c42d6551d5c316135ee48851b45af7c657" have entirely different histories.
a77580ed1a
...
dbb573c42d
1 changed files with 11 additions and 2 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
"{d634138d-c276-4fc8-924b-40a0ea21d284}" = {
|
"keepassxc-browser@keepassxc.org" = {
|
||||||
installation_mode = "force_installed";
|
installation_mode = "force_installed";
|
||||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/1password-x-password-manager/latest.xpi";
|
install_url = "https://addons.mozilla.org/firefox/downloads/latest/keepassxc-browser/latest.xpi";
|
||||||
};
|
};
|
||||||
"pywalfox@frewacom.org" = {
|
"pywalfox@frewacom.org" = {
|
||||||
installation_mode = "force_installed";
|
installation_mode = "force_installed";
|
||||||
|
|
@ -124,6 +124,15 @@
|
||||||
|
|
||||||
// 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';"
|
||||||
);
|
);
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue