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
}
}