mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-03 13:33:32 +01:00
only ignore vault.bitwarden.com
This commit is contained in:
parent
4b88040222
commit
39f64661d3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user