Restrict APIs exposed from background page to content script #222
Labels
Code Quality
Issues relating directly to the quality of code, requiring refactoring, bad error handling, etc
Discussion
For discussions about features or deciding what should be done regarding a certain topic
Milestone
Chrome security recommendations essentially say that, as a background page, one should distrust content scripts. We currently expose a fairly broad "fetch via background" API to our content scripts, which explicitly goes against their recommendations. We should evaluate the security implementations here and trim down our API as needed.
The text was updated successfully, but these errors were encountered: