-
Notifications
You must be signed in to change notification settings - Fork 230
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
Remove a no-longer-valid criteria in honoring the response header #146
base: main
Are you sure you want to change the base?
Remove a no-longer-valid criteria in honoring the response header #146
Conversation
…ader We have made the decision that when the topics are empty, we'd still send the header. The "would have included the header if it wasn't empty" is obsolete.
@@ -69,7 +69,7 @@ The topics will be inferred by the browser. The browser will leverage a classifi | |||
* The request header will be sent on document requests via specifying an attribute: `<iframe src=[url] browsingtopics></iframe>`, or via the equivalent IDL attribute: `iframe.browsingTopics = true`. | |||
* Redirects will be followed, and the topics sent in the redirect request will be specific to the redirect url. | |||
* The request header will not modify state for the caller unless there is a corresponding response header. That is, the topic of the page won't be considered observed, nor will it affect the user's topic calculation for the next epoch. | |||
* The response header will only be honored if the corresponding request included the topics header (or would have included the header if it wasn't empty). | |||
* The response header will only be honored if the corresponding request included the topics header (i.e. was eligible for topics). |
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.
Hello world
@@ -69,7 +69,7 @@ The topics will be inferred by the browser. The browser will leverage a classifi | |||
* The request header will be sent on document requests via specifying an attribute: `<iframe src=[url] browsingtopics></iframe>`, or via the equivalent IDL attribute: `iframe.browsingTopics = true`. |
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.
Hello world
@@ -69,7 +69,7 @@ The topics will be inferred by the browser. The browser will leverage a classifi | |||
* The request header will be sent on document requests via specifying an attribute: `<iframe src=[url] browsingtopics></iframe>`, or via the equivalent IDL attribute: `iframe.browsingTopics = true`. | |||
* Redirects will be followed, and the topics sent in the redirect request will be specific to the redirect url. | |||
* The request header will not modify state for the caller unless there is a corresponding response header. That is, the topic of the page won't be considered observed, nor will it affect the user's topic calculation for the next epoch. | |||
* The response header will only be honored if the corresponding request included the topics header (or would have included the header if it wasn't empty). | |||
* The response header will only be honored if the corresponding request included the topics header (i.e. was eligible for topics). |
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.
Hello world
We have made the decision that when the topics are empty, we'd still send the header. The "would have included the header if it wasn't empty" is obsolete.