Closed
Bug 1246537
Opened 9 years ago
Closed 7 years ago
[META] HSTS priming
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: kmckinley, Assigned: kmckinley)
References
(Depends on 1 open bug)
Details
(Keywords: dev-doc-needed, meta, Whiteboard: [domsecurity-meta] [hsts-priming])
Mixed-content blocking may prevent some sites from moving from HTTP to HTTPS. In order to help sites opportunistically move to HTTPS, we introduce the concept of HSTS Priming.
In the case where the browser is on a secure page and would attempt to load an a-priori non-secure URI, the browser will send a priming request via HTTPS to the host. If successful, and the response contains the Strict-Transport header, the contents of that header will be cached and the load will proceed with the secure origin.
This will eventually require changes to several specs, notably FETCH, MIXED-CONTENT, and HSTS.
References:
https://mikewest.github.io/hsts-priming/
http://webappsec-test.info/~bhill2/DifferentTakeOnOE.html
Comment 1•9 years ago
|
||
How do we expect this to work with service worker interception? Should the priming request bypass the service worker or be interceptable via the fetch event?
Comment 3•9 years ago
|
||
(In reply to Ben Kelly [:bkelly] from comment #1)
> How do we expect this to work with service worker interception? Should the
> priming request bypass the service worker or be interceptable via the fetch
> event?
That's a good question. Shouldn't we just generally treat SW-intercepted requests as if they're secure? After all, they didn't even leave the browser. Probably a good question for the Secure Contexts spec.
Updated•9 years ago
|
Keywords: dev-doc-needed
Updated•9 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•9 years ago
|
Whiteboard: [domsecurity-meta] → [domsecurity-meta] [hsts-priming]
Updated•8 years ago
|
Comment 4•7 years ago
|
||
HSTS Priming was removed from the codebase within Bug 1424917 which renders this META bug as WONTFIX.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•