mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Revert a comment
This commit is contained in:
parent
477809cd2d
commit
b0c07ec00e
1 changed files with 1 additions and 1 deletions
|
|
@ -787,7 +787,7 @@ if (document.readyState === 'complete' || (document.readyState !== 'loading' &&
|
|||
document.addEventListener('DOMContentLoaded', initContentScript);
|
||||
}
|
||||
|
||||
// These are executed in each frame. Try/catch is for tests where browser can be undefined.
|
||||
// These are executed in each frame
|
||||
browser.runtime.onMessage.addListener(async function(req, sender) {
|
||||
if ('action' in req) {
|
||||
// Don't allow any actions if the site is ignored
|
||||
|
|
|
|||
Loading…
Reference in a new issue