1
0
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:
Todd Martin
2025-12-02 13:55:06 -05:00
parent 8ab7f90e08
commit 1ea2b9863c

View File

@@ -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;