docs: incoming message origin validation across platforms - #478
Draft
michaeljsXu wants to merge 2 commits into
Draft
Conversation
This was referenced Jul 15, 2026
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jul 15, 2026
tiagocandido
force-pushed
the
07-15-feat_incoming_message_origin_validation_for_react_native
branch
from
July 31, 2026 11:43
fe5d567 to
a5483f8
Compare
tiagocandido
force-pushed
the
07-15-docs_incoming_message_origin_validation
branch
2 times, most recently
from
July 31, 2026 13:16
69d9e38 to
93af313
Compare
tiagocandido
force-pushed
the
07-15-feat_incoming_message_origin_validation_for_react_native
branch
from
July 31, 2026 13:16
a5483f8 to
f5614eb
Compare
tiagocandido
force-pushed
the
07-15-docs_incoming_message_origin_validation
branch
from
July 31, 2026 13:41
93af313 to
7b8aa97
Compare
tiagocandido
force-pushed
the
07-15-feat_incoming_message_origin_validation_for_react_native
branch
2 times, most recently
from
August 3, 2026 11:55
3be5ff9 to
3c1706a
Compare
tiagocandido
force-pushed
the
07-15-docs_incoming_message_origin_validation
branch
from
August 3, 2026 11:55
7b8aa97 to
deeae01
Compare
tiagocandido
force-pushed
the
07-15-feat_incoming_message_origin_validation_for_react_native
branch
from
August 3, 2026 12:12
3c1706a to
336928d
Compare
tiagocandido
force-pushed
the
07-15-docs_incoming_message_origin_validation
branch
from
August 3, 2026 12:12
deeae01 to
b966c32
Compare
tiagocandido
force-pushed
the
07-15-feat_incoming_message_origin_validation_for_react_native
branch
from
August 3, 2026 12:16
336928d to
6032726
Compare
tiagocandido
force-pushed
the
07-15-docs_incoming_message_origin_validation
branch
from
August 3, 2026 12:16
b966c32 to
4671825
Compare
tiagocandido
force-pushed
the
07-15-feat_incoming_message_origin_validation_for_react_native
branch
from
August 3, 2026 14:42
6032726 to
c05fb85
Compare
tiagocandido
force-pushed
the
07-15-docs_incoming_message_origin_validation
branch
from
August 3, 2026 14:42
4671825 to
54185f9
Compare
tiagocandido
force-pushed
the
07-15-feat_incoming_message_origin_validation_for_react_native
branch
from
August 3, 2026 15:40
c05fb85 to
eb60315
Compare
tiagocandido
force-pushed
the
07-15-docs_incoming_message_origin_validation
branch
2 times, most recently
from
August 3, 2026 15:43
1e0a21d to
1dc5561
Compare
tiagocandido
force-pushed
the
07-15-feat_incoming_message_origin_validation_for_react_native
branch
2 times, most recently
from
August 4, 2026 11:45
1f34aef to
4b6d715
Compare
tiagocandido
force-pushed
the
07-15-docs_incoming_message_origin_validation
branch
from
August 4, 2026 11:45
1dc5561 to
3ce8c9a
Compare
tiagocandido
force-pushed
the
07-15-feat_incoming_message_origin_validation_for_react_native
branch
from
August 5, 2026 10:27
4b6d715 to
48ff991
Compare
tiagocandido
force-pushed
the
07-15-docs_incoming_message_origin_validation
branch
from
August 5, 2026 10:27
3ce8c9a to
eb079fb
Compare
tiagocandido
force-pushed
the
07-15-feat_incoming_message_origin_validation_for_react_native
branch
from
August 5, 2026 12:45
48ff991 to
5af0ce4
Compare
tiagocandido
force-pushed
the
07-15-docs_incoming_message_origin_validation
branch
from
August 5, 2026 12:45
eb079fb to
8baa3ba
Compare
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.

What changes are you making?
Document incoming message origin validation for Web, Android, Swift, and React Native.
Add cross-platform sample controls and a shared checkout smoke scenario that enables a restrictive allowlist before presentation. Add real-browser Web coverage for a popup that navigates between HTTPS origins, with Chromium and WebKit execution in CI.
How to test