mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-25 16:59:17 +01:00
Merge branch 'master' of github.com:bitwarden/browser
This commit is contained in:
commit
ee186c3148
@ -19,6 +19,10 @@ document.addEventListener('DOMContentLoaded', (event) => {
|
|||||||
navigator.userAgent.indexOf('Chrome') === -1;
|
navigator.userAgent.indexOf('Chrome') === -1;
|
||||||
|
|
||||||
if (isSafari) {
|
if (isSafari) {
|
||||||
|
if (inIframe) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const responseCommand = 'notificationBarDataResponse';
|
const responseCommand = 'notificationBarDataResponse';
|
||||||
safari.self.tab.dispatchMessage('bitwarden', {
|
safari.self.tab.dispatchMessage('bitwarden', {
|
||||||
command: 'bgGetDataForTab',
|
command: 'bgGetDataForTab',
|
||||||
|
Loading…
Reference in New Issue
Block a user