Skip to content
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

Allow OS registration headers to specify multiple URLs #780

Merged
merged 3 commits into from
May 5, 2023

Conversation

apasel422
Copy link
Collaborator

@apasel422 apasel422 commented May 4, 2023

This does not add any new functionality to the API, as reporting origins could already redirect to another URL under their control in order to perform multiple registrations, but does obviate that bandwidth-wasting anti-pattern.

Fixes #696


Preview | Diff

@apasel422 apasel422 marked this pull request as ready for review May 4, 2023 15:20
app_to_web.md Show resolved Hide resolved
This does not add any new functionality to the API, as reporting origins
could already redirect to another URL under their control in order to
perform multiple registrations, but does obviate that
bandwidth-wasting anti-pattern.
@apasel422 apasel422 merged commit 9debabb into WICG:main May 5, 2023
@apasel422 apasel422 deleted the multi-os branch May 5, 2023 16:06
aarongable pushed a commit to chromium/chromium that referenced this pull request May 9, 2023
WICG/attribution-reporting-api#780

To reduce the scope of this change, we handle the list of URLs
iteratively, rather than passing the list around as one unit. We can
investigate changing this in a followup CL in order to decrease the
number of Mojo and JNI calls.

Bug: 1442901
Change-Id: I7b942eec139a38c29f6e8539ffb5a332d75a4eae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4507802
Reviewed-by: Nan Lin <linnan@chromium.org>
Reviewed-by: Ken Rockot <rockot@google.com>
Reviewed-by: Robert Sesek <rsesek@chromium.org>
Reviewed-by: Nate Chapin <japhet@chromium.org>
Commit-Queue: Andrew Paseltiner <apaseltiner@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1141322}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Additional Redirects beside 302
2 participants