Open
Conversation
Rob--W
approved these changes
Jan 26, 2026
Rob--W
requested changes
Jan 29, 2026
Member
Rob--W
left a comment
There was a problem hiding this comment.
Currently missing from documentation:
- fetch and XHR in content scripts no longer allow cross-origin requests through extension permissions. Instead, the destination server should use CORS, or the extension has to send a message to go the background page (or an extension tab or frame) instead, to ask it to make a request on behalf of the content script. This changed in https://bugzilla.mozilla.org/show_bug.cgi?id=1578405
- userScripts API of MV2 differs from userScripts API in MV3 (maybe one small note in the scripting section? Also emphasize that the AMO only approves of the use of the API for user script managers only)
- CSP section should also mention that it now includes
upgrade-insecure-requestsby default, see https://bugzilla.mozilla.org/show_bug.cgi?id=1797086
Although not specific to MV3, should we mention the data_collection_permissions requirement for visibility? (While emphasizing that it is also needed in MV2). I haven't put too much thought into it, the question just crossed my mind.
src/content/documentation/develop/manifest-v3-migration-guide.md
Outdated
Show resolved
Hide resolved
src/content/documentation/develop/manifest-v3-migration-guide.md
Outdated
Show resolved
Hide resolved
src/content/documentation/develop/manifest-v3-migration-guide.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Rob Wu <rob@robwu.nl>
Collaborator
Author
|
@Rob--W I'd also wondered about |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement the following updates:
extension.lastErrorwithruntime.lastErrorandextension.getURLwithruntime.getURL.