commit 3c5af436b5262a2d10684d18260da71841a7b3f5 Author: ffxbld none@none Date: Sat Mar 1 03:14:58 2014 -0800
No bug, Automated HSTS preload list update from host bld-linux64-spot-407 - a=hsts-update --- security/manager/boot/src/nsSTSPreloadList.errors | 2 ++ security/manager/boot/src/nsSTSPreloadList.inc | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/security/manager/boot/src/nsSTSPreloadList.errors b/security/manager/boot/src/nsSTSPreloadList.errors index f745fc5..a700899 100644 --- a/security/manager/boot/src/nsSTSPreloadList.errors +++ b/security/manager/boot/src/nsSTSPreloadList.errors @@ -21,6 +21,7 @@ chrome.google.com: did not receive HSTS header cloud.google.com: did not receive HSTS header code.google.com: did not receive HSTS header codereview.chromium.org: did not receive HSTS header +conformal.com: could not connect to host crate.io: did not receive HSTS header crowdcurity.com: did not receive HSTS header crypto.is: did not receive HSTS header @@ -77,6 +78,7 @@ platform.lookout.com: could not connect to host play.google.com: did not receive HSTS header plus.google.com: did not receive HSTS header plus.sandbox.google.com: did not receive HSTS header +prodpad.com: did not receive HSTS header profiles.google.com: did not receive HSTS header rapidresearch.me: did not receive HSTS header sah3.net: could not connect to host diff --git a/security/manager/boot/src/nsSTSPreloadList.inc b/security/manager/boot/src/nsSTSPreloadList.inc index 47b2c63..42b58d1 100644 --- a/security/manager/boot/src/nsSTSPreloadList.inc +++ b/security/manager/boot/src/nsSTSPreloadList.inc @@ -8,7 +8,7 @@ /*****************************************************************************/
#include "mozilla/StandardInteger.h" -const PRTime gPreloadListExpirationTime = INT64_C(1403953602724000); +const PRTime gPreloadListExpirationTime = INT64_C(1404558339048000);
class nsSTSPreload { @@ -103,6 +103,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "lumi.do", false }, { "luneta.nearbuysystems.com", false }, { "mail.de", true }, + { "mailbox.org", false }, { "makeyourlaws.org", false }, { "manage.zenpayroll.com", false }, { "manager.linode.com", false },
tor-commits@lists.torproject.org