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 HTTPS state #5784

Merged
merged 1 commit into from
Aug 5, 2020
Merged

Remove HTTPS state #5784

merged 1 commit into from
Aug 5, 2020

Conversation

domenic
Copy link
Member

@domenic domenic commented Aug 4, 2020

Part of whatwg/fetch#1062. Closes #929.

  • At least two implementers are interested (and none opposed):
    • All implementers do not use the HTTPS state concept. Apparently Chrome did at one time, but I checked and we're OK removing it.
  • Tests are written and can be reviewed and commented upon at:
    • This isn't really testable, I don't think?
  • Implementation bugs are filed:
    • N/A

(See WHATWG Working Mode: Changes for more details.)


BTW the hyperlink auditing section could use an editorial overhaul; maybe I'll work on that at some point.

Other specs have also been PRed for this; see the GitHub-generated links in whatwg/fetch#1062.


/browsing-the-web.html ( diff )
/dom.html ( diff )
/iframe-embed-object.html ( diff )
/infrastructure.html ( diff )
/links.html ( diff )
/origin.html ( diff )
/webappapis.html ( diff )
/window-object.html ( diff )
/workers.html ( diff )

@domenic domenic added removal/deprecation Removing or deprecating a feature security/privacy There are security or privacy implications labels Aug 4, 2020
@domenic domenic requested a review from annevk August 4, 2020 16:46
@domenic domenic merged commit c7c6b17 into master Aug 5, 2020
@domenic domenic deleted the no-https-state branch August 5, 2020 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
removal/deprecation Removing or deprecating a feature security/privacy There are security or privacy implications
Development

Successfully merging this pull request may close these issues.

Workers with blob: URIs should inherit HTTPS state
2 participants