Since the passkey feature has been released I notice strange behaviour on my own website. Some urls (not all, and the urls which are not always) are extended with the following value: chrome-extension://nngceckbapebfimnlniiiahkandclblb/content/fido2/page-script.js
The known behavior (in versions 2023.10.0-2023.10.2) is that Bitwarden injects the following code snippet into the <head></head> section of each web page that is loaded by the browser:
In any case, the script injection that occurs in the page header can be suppressed if you add the fully qualified domain name of your website to the “Excluded Domains” list in the browser extension settings.
Is it possible to disable this behavior completely?
From the path it seems that this is only needed for fido2 functionality.
Since I only use the base username/password functionality, I don’t need it.
It’s making it hard to estimate the network traffic that my site causes in either development or production, therefore I would like to remove it from the tab.
Otherwise, it would be nice if this script was cached and wouldn’t appear as transferred.