From e56e203db42525ae8bcb2e2a058028ecb6995948 Mon Sep 17 00:00:00 2001 From: ffxbld Date: Sat, 26 Jul 2014 03:16:43 -0700 Subject: [PATCH] No bug, Automated HSTS preload list update from host b-linux64-ix-0010 - a=hsts-update --- security/manager/boot/src/nsSTSPreloadList.errors | 7 +++---- security/manager/boot/src/nsSTSPreloadList.inc | 8 ++++++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/security/manager/boot/src/nsSTSPreloadList.errors b/security/manager/boot/src/nsSTSPreloadList.errors index a5c8e6856621..ffbc6b55267d 100644 --- a/security/manager/boot/src/nsSTSPreloadList.errors +++ b/security/manager/boot/src/nsSTSPreloadList.errors @@ -12,7 +12,6 @@ bassh.net: did not receive HSTS header bccx.com: could not connect to host betnet.fr: could not connect to host bigshinylock.minazo.net: could not connect to host -blacklane.com: did not receive HSTS header braintreegateway.com: did not receive HSTS header braintreepayments.com: did not receive HSTS header browserid.org: did not receive HSTS header @@ -61,7 +60,7 @@ history.google.com: did not receive HSTS header (error ignored - included regard hostedtalkgadget.google.com: did not receive HSTS header (error ignored - included regardless) in.xero.com: max-age too low: 3600 intercom.io: did not receive HSTS header -iop.intuit.com: max-age too low: 86400 +iop.intuit.com: did not receive HSTS header irccloud.com: did not receive HSTS header jitsi.org: did not receive HSTS header jottit.com: could not connect to host @@ -125,7 +124,7 @@ wallet.google.com: did not receive HSTS header (error ignored - included regardl webmail.mayfirst.org: did not receive HSTS header whonix.org: did not receive HSTS header www.calyxinstitute.org: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] -www.cueup.com: did not receive HSTS header +www.cueup.com: could not connect to host www.developer.mydigipass.com: could not connect to host www.dropbox.com: max-age too low: 2592000 www.elanex.biz: did not receive HSTS header @@ -139,7 +138,7 @@ www.ledgerscope.net: did not receive HSTS header www.logentries.com: did not receive HSTS header www.moneybookers.com: did not receive HSTS header www.neonisi.com: could not connect to host -www.paycheckrecords.com: max-age too low: 86400 +www.paycheckrecords.com: did not receive HSTS header www.paypal.com: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] www.roddis.net: did not receive HSTS header www.sandbox.mydigipass.com: could not connect to host diff --git a/security/manager/boot/src/nsSTSPreloadList.inc b/security/manager/boot/src/nsSTSPreloadList.inc index 633136662345..1143e4e6b187 100644 --- a/security/manager/boot/src/nsSTSPreloadList.inc +++ b/security/manager/boot/src/nsSTSPreloadList.inc @@ -8,7 +8,7 @@ /*****************************************************************************/ #include -const PRTime gPreloadListExpirationTime = INT64_C(1416651005379000); +const PRTime gPreloadListExpirationTime = INT64_C(1417255584916000); class nsSTSPreload { @@ -40,6 +40,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "bccx.com", true }, { "bcrook.com", false }, { "bitbucket.org", false }, + { "blacklane.com", true }, { "blog.cyveillance.com", true }, { "blog.linode.com", false }, { "blog.lookout.com", false }, @@ -112,13 +113,14 @@ static const nsSTSPreload kSTSPreloadList[] = { { "grc.com", false }, { "grepular.com", true }, { "groups.google.com", true }, + { "hackerone.com", true }, { "harvestapp.com", true }, { "haste.ch", true }, { "heha.co", true }, { "history.google.com", true }, { "hostedtalkgadget.google.com", true }, { "howrandom.org", true }, - { "id.atlassian.com", true }, + { "id.atlassian.com", false }, { "id.mayfirst.org", false }, { "imouto.my", false }, { "inertianetworks.com", true }, @@ -197,6 +199,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "pypi.python.org", true }, { "python.org", false }, { "reviews.anime.my", true }, + { "rme.li", false }, { "roddis.net", false }, { "romab.com", true }, { "roundcube.mayfirst.org", false }, @@ -285,6 +288,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "www.noisebridge.net", false }, { "www.opsmate.com", true }, { "www.python.org", true }, + { "www.rme.li", false }, { "www.simbolo.co.uk", false }, { "www.simple.com", false }, { "www.therapynotes.com", false },