Changes

Jump to: navigation, search

Add-ons/Reviewers/Guide/Reviewing

4 bytes removed, 18:48, 24 July 2018
m
Fix typo
Reviewing add-ons is a lot about following data around through the security boundaries within the add-on. A web page has less privileges than a WebExtension content page, which has less privileges than the WebExtension background page.
We recommend that you you concentrate on finding code where data is being injected or executed (e.g. use of innerHTML), then backtracking to see where the data originates to determine if it is safe.
Likewise, when data leaves the user’s computer, you’d want to backtrack to the origin to identify what exact data is being transmitted.
Confirm
206
edits

Navigation menu