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

Remove a no-longer-valid criteria in honoring the response header #146

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xyaoinum
Copy link
Collaborator

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.

…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.
@xyaoinum xyaoinum requested a review from jkarlin March 28, 2023 18:55
@@ -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).

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`.

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).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello world

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.

3 participants