diff --git a/src/content/notificationBar.ts b/src/content/notificationBar.ts index 79fad3cb80..d350fd4f90 100644 --- a/src/content/notificationBar.ts +++ b/src/content/notificationBar.ts @@ -19,6 +19,10 @@ document.addEventListener('DOMContentLoaded', (event) => { navigator.userAgent.indexOf('Chrome') === -1; if (isSafari) { + if (inIframe) { + return; + } + const responseCommand = 'notificationBarDataResponse'; safari.self.tab.dispatchMessage('bitwarden', { command: 'bgGetDataForTab',