mirror of
https://github.com/bitwarden/browser
synced 2026-01-31 00:33:33 +00:00
Reverted linting rule that is not in hotfix-rc-browser.
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
}
|
||||
|
||||
const script = globalContext.document.createElement("script");
|
||||
// We're removing stack trace information in the page script instead
|
||||
// eslint-disable-next-line @bitwarden/platform/no-page-script-url-leakage
|
||||
script.src = chrome.runtime.getURL("content/fido2-page-script.js");
|
||||
script.async = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user