only ignore vault.bitwarden.com

This commit is contained in:
Kyle Spearrin 2018-03-08 10:37:32 -05:00
parent 4b88040222
commit 39f64661d3
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}