-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explainer change for separate rate-limits for embedded site #1457
base: main
Are you sure you want to change the base?
Conversation
@jolynyao Could you PTAL, thanks! |
5144c38
to
f6c6a38
Compare
LGTM thanks @linnan-github! |
29e0579
to
22edc9a
Compare
@@ -33,7 +33,7 @@ The `body` will contain the following fields for all source debugging reports: | |||
This will be a string if there was one such site, or a list of strings if | |||
there were multiple. | |||
* `source_event_id`: The source registration's `source_event_id`. | |||
* `source_site`: The top-level site on which the source registration occurred. | |||
* `source_site`: The top-level site, or the embedded site for specific use cases, on which the source registration occurred. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add (for example, AMP pages rendered by an AMP
cache/viewer provider) here as well
1. Return |node|'s [=node navigable=]'s [=navigable/top-level traversable=]'s | ||
[=navigable/active document=]'s [=origin=]. | ||
|
||
Note: The user agent MAY return the embedded origin to allow separate limits |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: replace capital MAY
Fixes #1452
Preview | Diff