Skip to content

Commit

Permalink
Cross-domain XHR requests by content scripts clarification (#36475)
Browse files Browse the repository at this point in the history
* Cross-domain XHR requests by content scripts clarification

* Remove reference to cross-domain requests
  • Loading branch information
rebloor authored Oct 31, 2024
1 parent 22526bd commit f98e60b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ Content scripts can see and manipulate the page's DOM, just like normal scripts

Unlike normal page scripts, content scripts can:

- Make cross-domain XHR requests.
- Use a small subset of the [WebExtension APIs](/en-US/docs/Mozilla/Add-ons/WebExtensions/API).
- [Exchange messages with their background scripts](/en-US/docs/Mozilla/Add-ons/WebExtensions/Content_scripts#communicating_with_background_scripts) and can in this way indirectly access all the WebExtension APIs.

Expand Down

0 comments on commit f98e60b

Please sign in to comment.