mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
[EC-598] feat: load page script from content script
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
// eslint-disable-next-line no-console
|
||||
console.log("content-script loaded");
|
||||
|
||||
const s = document.createElement("script");
|
||||
s.src = chrome.runtime.getURL("content/webauthn/page-script.js");
|
||||
(document.head || document.documentElement).appendChild(s);
|
||||
|
||||
Reference in New Issue
Block a user