Skip to content

Commit

Permalink
💡 Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
younesaassila committed Jun 19, 2023
1 parent c0171f3 commit 25ae310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ function injectPageScript() {
// ---------------------------------------
// 🦊 Attention Firefox Addon Reviewer 🦊
// ---------------------------------------
// Please note that this does NOT involve remote code execution. The injected script is bundled
// with the extension. The `url:` imports above are used to load the respective scripts by the Parcel bundler.
// Please note that this does NOT involve remote code execution. The injected scripts are bundled
// with the extension. The `url:` imports above are used to get the runtime URLs of the respective scripts.
// Additionally, there is no custom Content Security Policy (CSP) in use.
(document.head || document.documentElement).append(script); // Note: Despite what the TS types say, `document.head` can be `null`.
}
Expand Down

0 comments on commit 25ae310

Please sign in to comment.