Add pre-configured settings for Firefox Bitwarden Extension
This commit is contained in:
parent
90dcfc58bf
commit
40b155a85d
2 changed files with 15 additions and 0 deletions
14
etc/firefox/policies.json
Normal file
14
etc/firefox/policies.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"policies": {
|
||||
"3rdparty": {
|
||||
"Extensions": {
|
||||
"{446900e4-71c2-419f-a6a7-df9c091e268b}": {
|
||||
"environment": {
|
||||
"base": "https://tresor.strobel.one"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"PasswordManagerEnabled": false
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue