Hello everyone!
I’m having some trouble deploying the extension on Edge and Firefox browsers…
I created two GPOs for these two browsers, which are supposed to install the extension, configure the internal address of my self-hosted instance, and enable autocomplete.
However, after applying this GPO, only the extension is correctly installed on both browsers: the configuration of the extension itself does not work…
I can send you the two GPOs I created if necessary.
Thank you!
On Edge:
{
“jbkfoedolllekgbhcbcoahefnbanhhlh”: {
“installation_mode”: “force_installed”,
“update_url”: “https:/ /edge.microsoft.com/extensionwebstorebase/v1/crx”,
“toolbar_pin”: “force_pinned”,
“managed_schema”: {
“base_url”: {
“value”: “https:/ /bitwarden.local”
}
}
}
}
On Firefox:
{
“{446900e4-71c2-419f-a6a7-df9c091e268b}”: {
“installation_mode”: “force_installed”,
“install_url”: “https:/ /addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi”,
“storage”: {
“managed”: {
“base_url”: “https:/ /bitwarden.local”
}
}
}
}
(NOTE: There is a space in each URL because it is not possible to put multiple URLs in one message.)
I also tried following the instructions provided here: Connect Managed Devices
So I created the two registry keys for my two browsers, but to no avail…