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

process header algorithm references undefined fetch response HTTPS state #272

Open
simonwuelker opened this issue Oct 11, 2024 · 1 comment
Assignees

Comments

@simonwuelker
Copy link

In https://w3c.github.io/reporting/#process-header, Step 1 tells us to

Abort these steps if response’s HTTPS state is not "modern", and the origin of response’s url is not potentially trustworthy.

However, the fetch specification does not define the concept of a response's HTTPS state (the link reference is not valid either)

@clelland
Copy link
Contributor

clelland commented Nov 4, 2024

Thanks! It looks like that was removed ~4 years ago in whatwg/fetch#1062.

We should switch to a scheme check instead.

@clelland clelland self-assigned this Nov 5, 2024
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

No branches or pull requests

2 participants