1
0
Fork 0

Add pre-configured settings for Firefox Bitwarden Extension

This commit is contained in:
Tobias Strobel 2023-05-19 20:41:54 +02:00
parent 90dcfc58bf
commit 40b155a85d
2 changed files with 15 additions and 0 deletions

14
etc/firefox/policies.json Normal file
View File

@ -0,0 +1,14 @@
{
"policies": {
"3rdparty": {
"Extensions": {
"{446900e4-71c2-419f-a6a7-df9c091e268b}": {
"environment": {
"base": "https://tresor.strobel.one"
}
}
}
},
"PasswordManagerEnabled": false
}
}

View File

@ -341,6 +341,7 @@ install -Dpm644 "$DIR/etc/iwd/main.conf" /etc/iwd/main.conf
install -Dpm644 "$DIR/etc/reflector.conf" /etc/xdg/reflector/reflector.conf
install -Dpm644 "$DIR/etc/bluetooth.conf" /etc/bluetooth/main.conf
install -Dpm644 "$DIR/etc/snapper-root.conf" /etc/snapper/configs/root
install -Dpm644 "$DIR/etc/firefox/policies.json" /etc/firefox/policies/policies.json
# Global font configuration
for file in 10-hinting-slight 10-sub-pixel-rgb 11-lcdfilter-default; do