We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Let's say no referrer.
Sorry, something went wrong.
Use the correct client when network-fetching
0383861
Closes #75. Note that we now have to explicitly set the referrer policy to null to preserve the resolution of #65.
f48faf9
Closes #75. Note that we now have to explicitly set the referrer policy to "no-referrer" to preserve the resolution of #65.
6be0edf
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: