This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27554 - WebSocket: HSTS
Summary: WebSocket: HSTS
Status: RESOLVED MOVED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: https://html.spec.whatwg.org/#dom-web...
Whiteboard: [good first bug]
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-10 14:43 UTC by contributor
Modified: 2015-09-16 08:36 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2014-12-10 14:43:03 UTC
Specification: https://html.spec.whatwg.org/multipage/comms.html
Multipage: https://html.spec.whatwg.org/multipage/#dom-websocket
Complete: https://html.spec.whatwg.org/#dom-websocket
Referrer: https://html.spec.whatwg.org/multipage/

Comment:
After the WebSocket object is returned we should probably integrate with HSTS.
For Fetch that happens in Fetch. For WebSocket it should either happen here or
in the IETF draft. Seems more likely that we can update this to mention that
than the IETF draft.

Posted from: 80.218.216.100 by annevk@annevk.nl
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:37.0) Gecko/20100101 Firefox/37.0
Comment 1 Anne 2014-12-10 14:48:23 UTC
This is implemented in both Gecko and Chromium at least.

  https://bugzilla.mozilla.org/show_bug.cgi?id=664284
  http://src.chromium.org/viewvc/chrome?revision=82069&view=revision
Comment 2 Anne 2015-09-05 17:32:52 UTC
Emailed the IETF to make sure: https://mailarchive.ietf.org/arch/msg/hybi/_jf6jrBd5oKiXfWiq45kLx_AX3o
Comment 3 Anne 2015-09-16 08:36:44 UTC
We'll define this in HTML per advice from Takeshi Yoshino on the IETF thread: https://github.com/whatwg/html/pull/149