Closed
Bug 1325680
Opened 8 years ago
Closed 8 years ago
Re-enable HSTS priming on web platform tests
Categories
(Core :: DOM: Security, defect, P3)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: kmckinley, Assigned: kmckinley)
References
Details
(Whiteboard: [domsecurity-backlog1])
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Web platform tests have HSTS priming disabled because the HSTS priming HEAD request triggers a UnicodeDecodeError in BaseHttpServer.py at https://github.com/python/cpython/blob/2.7/Lib/BaseHTTPServer.py#L279. Currently investigating whether the issue is the web-platform test framework, python, or Necko, and will file bugs as appropriate.
Updated•8 years ago
|
Whiteboard: [domsecurity-backlog1]
Assignee | ||
Comment 1•8 years ago
|
||
Re-enable hsts priming for web platform tests.
try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=ce2b4a8cbd0654a748f2f21c52c65f1002718281
Assignee: nobody → kmckinley
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•8 years ago
|
||
Try run has no web platform test failures, marking checkin needed.
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/256f7bc3bf9a
Re-enable HSTS priming on web-platform tests. r=test-only
Keywords: checkin-needed
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•