mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
Revert "skip vis checks for notification bar collect()"
This reverts commit 9f51f005b0.
This commit is contained in:
@@ -42,8 +42,7 @@
|
||||
if (!obj || !obj.disableAddLoginNotification) {
|
||||
chrome.runtime.sendMessage({
|
||||
command: 'bgCollectPageDetails',
|
||||
sender: 'notificationBar',
|
||||
noVisibleChecks: true
|
||||
sender: 'notificationBar'
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user