mirror of
https://github.com/bitwarden/browser.git
synced 2025-12-05 09:14:28 +01:00
revert isValidVaultReferrer for vault messages - blocking self hosting users because their the web vault hostnames are unknown
This commit is contained in:
parent
2bf9e3f6df
commit
4e76aeaeba
@ -294,19 +294,11 @@ export default class RuntimeBackground {
|
||||
await this.openPopup();
|
||||
break;
|
||||
case VaultMessages.OpenAtRiskPasswords: {
|
||||
if (await this.shouldRejectManyOriginMessage(msg)) {
|
||||
return;
|
||||
}
|
||||
|
||||
await this.main.openAtRisksPasswordsPage();
|
||||
this.announcePopupOpen();
|
||||
break;
|
||||
}
|
||||
case VaultMessages.OpenBrowserExtensionToUrl: {
|
||||
if (await this.shouldRejectManyOriginMessage(msg)) {
|
||||
return;
|
||||
}
|
||||
|
||||
await this.main.openTheExtensionToPage(msg.url);
|
||||
this.announcePopupOpen();
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user