Closed
Bug 948067
Opened 12 years ago
Closed 12 years ago
manually update hsts preload list for esr24 once
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: keeler, Assigned: keeler)
References
Details
Attachments
(1 file)
|
11.81 KB,
patch
|
cviecco
:
review+
|
Details | Diff | Splinter Review |
The hsts preload list automatic updater wasn't hooked up for esr24, so the tree is orange. Bug 948004 is enabling automatic updates, but this bug is to un-orange the tree.
| Assignee | ||
Comment 1•12 years ago
|
||
Camilo - if you could spot-check me for errors real quick, that'd be great.
Comment 2•12 years ago
|
||
Comment on attachment 8344821 [details] [diff] [review]
patch
Review of attachment 8344821 [details] [diff] [review]:
-----------------------------------------------------------------
::: security/manager/boot/src/nsSTSPreloadList.inc
@@ +7,5 @@
> /* nsStrictTransportSecurityService.cpp, you shouldn't be #including it. */
> /*****************************************************************************/
>
> #include "mozilla/StandardInteger.h"
> +const PRTime gPreloadListExpirationTime = INT64_C(1397502413976000);
what will happen arround 14 Apr 2014? new updates?
Attachment #8344821 -
Flags: review?(cviecco) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Camilo Viecco (:cviecco) from comment #2)
> what will happen arround 14 Apr 2014? new updates?
Automatic updates should take care of this from now on (looks like bug 948004 has been checked in).
| Assignee | ||
Comment 4•12 years ago
|
||
Thanks for the quick review, by the way.
https://hg.mozilla.org/releases/mozilla-esr24/rev/1de80372d2bb
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 5•12 years ago
|
||
Seeing green again, thanks :)
Updated•12 years ago
|
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•