mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
only ignore vault.bitwarden.com
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
document.addEventListener('DOMContentLoaded', function (event) {
|
||||
if (window.location.hostname.indexOf('bitwarden.com') > -1) {
|
||||
if (window.location.hostname.indexOf('vault.bitwarden.com') > -1) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user