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

Should the request for /.well-known/origin-policy include a Referrer? #65

Closed
domenic opened this issue Dec 13, 2019 · 1 comment
Closed

Comments

@domenic
Copy link
Collaborator

domenic commented Dec 13, 2019

Currently it does not. It could include the URL of the request for which the origin policy is being looked up.

Pro: I think it would make testing a lot easier? (See issue I'm about to open on the web platform tests repo.)

Con: the origin policy is supposed to be fairly "general", so sending a Referrer seems a bit weird?

@domenic
Copy link
Collaborator Author

domenic commented Feb 12, 2020

Let's say no referrer.

@domenic domenic closed this as completed Feb 12, 2020
domenic added a commit that referenced this issue Feb 18, 2020
Closes #75. Note that we now have to explicitly set the referrer policy to null to preserve the resolution of #65.
domenic added a commit that referenced this issue Feb 18, 2020
Closes #75. Note that we now have to explicitly set the referrer policy to "no-referrer" to preserve the resolution of #65.
domenic added a commit that referenced this issue Feb 19, 2020
Closes #75. Note that we now have to explicitly set the referrer policy to "no-referrer" to preserve the resolution of #65.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant