Vurdering for Bitwarden Password Manager
Bitwarden Password Manager av Bitwarden Inc.
Vurdering av Mike
Vurdering: 4 av 5
av Mike, ein månad sidanGreat extension - but the firefox and other version broke with the November 2025 update.
Here's the error, using 'chrome' in the javascript as a direct reference.
/******/ (function() { // webpackBootstrap
/**
* This script handles injection of the FIDO2 override page script into the document.
* This is required for manifest v2, but will be removed when we migrate fully to manifest v3.
*/
(function (globalContext) {
if (globalContext.document.contentType !== "text/html") {
return;
}
const script = globalContext.document.createElement("script");
script.src = chrome.runtime.getURL("content/fido2-page-script.js");
Here's the error, using 'chrome' in the javascript as a direct reference.
/******/ (function() { // webpackBootstrap
/**
* This script handles injection of the FIDO2 override page script into the document.
* This is required for manifest v2, but will be removed when we migrate fully to manifest v3.
*/
(function (globalContext) {
if (globalContext.document.contentType !== "text/html") {
return;
}
const script = globalContext.document.createElement("script");
script.src = chrome.runtime.getURL("content/fido2-page-script.js");