Add jshelter to firefox conf

This commit is contained in:
Vili Sinervä 2024-08-01 22:25:31 +03:00
parent edb21f673d
commit a77250f9ff
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -33,6 +33,10 @@ in
install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi";
installation_mode = "force_installed"; installation_mode = "force_installed";
}; };
"jsr@javascriptrestrictor" = {
install_url = "https://addons.mozilla.org/firefox/downloads/latest/javascript-restrictor/latest.xpi";
installation_mode = "force_installed";
};
}; };
AutofillAddressEnabled = false; AutofillAddressEnabled = false;