Closed
Bug 822771
Opened 13 years ago
Closed 13 years ago
HSTS preload list script needs to set timeouts for its XHRs
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: keeler, Assigned: keeler)
References
Details
Attachments
(1 file)
1.11 KB,
patch
|
briansmith
:
review+
|
Details | Diff | Splinter Review |
security/manager/tools/getHSTSPreloadList.js makes a request to each site on Chrome's HSTS preload list. At least one of these sites takes about forever to respond, which means the script hangs and we get no useful output. Adding a timeout to the requests it makes is a reasonable solution. The one thing we have to be careful about is removing sites from the list due to transient outages, but that's always been the case, so this really changes nothing.
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Brian - I don't know how busy you are, but I imagine this will take all of 15 seconds to review (unless this has some consequences I'm not aware of).
Updated•13 years ago
|
Attachment #693555 -
Flags: review?(bsmith) → review+
![]() |
Assignee | |
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•