mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
wrap autofill content script in function
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
!(function() {
|
||||
/*
|
||||
1Password Extension
|
||||
|
||||
Lovingly handcrafted by Dave Teare, Michael Fey, Rad Azzouz, and Roustem Karimov.
|
||||
@@ -87,3 +88,4 @@ chrome.runtime.onMessage.addListener(function (msg, sender, sendResponse) {
|
||||
return true;
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user