commit bc097f419497edb5b99d4c4a04133c6ba35bb161 Author: ffxbld none@none Date: Sat Aug 2 03:12:10 2014 -0700
No bug, Automated HSTS preload list update from host bld-linux64-spot-363 - a=hsts-update --- security/manager/boot/src/nsSTSPreloadList.errors | 13 ++++++++++--- security/manager/boot/src/nsSTSPreloadList.inc | 6 ++++-- 2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/security/manager/boot/src/nsSTSPreloadList.errors b/security/manager/boot/src/nsSTSPreloadList.errors index b06708b..02067a9 100644 --- a/security/manager/boot/src/nsSTSPreloadList.errors +++ b/security/manager/boot/src/nsSTSPreloadList.errors @@ -33,6 +33,7 @@ csawctf.poly.edu: did not receive HSTS header discovery.lookout.com: did not receive HSTS header dl.google.com: did not receive HSTS header docs.google.com: did not receive HSTS header +domains.google.com: did not receive HSTS header donmez.ws: could not connect to host drive.google.com: did not receive HSTS header dropbox.com: max-age too low: 2592000 @@ -45,6 +46,7 @@ epoxate.com: did not receive HSTS header errors.zenpayroll.com: could not connect to host espra.com: could not connect to host fatzebra.com.au: did not receive HSTS header +gamesdepartment.co.uk: did not receive HSTS header get.zenpayroll.com: did not receive HSTS header getlantern.org: did not receive HSTS header glass.google.com: did not receive HSTS header @@ -54,12 +56,14 @@ googleplex.com: could not connect to host goto.google.com: did not receive HSTS header greplin.com: did not receive HSTS header groups.google.com: did not receive HSTS header +hackerone-user-content.com: could not connect to host haste.ch: could not connect to host history.google.com: did not receive HSTS header hostedtalkgadget.google.com: did not receive HSTS header +howrandom.org: could not connect to host in.xero.com: max-age too low: 3600 intercom.io: did not receive HSTS header -iop.intuit.com: did not receive HSTS header +iop.intuit.com: max-age too low: 86400 irccloud.com: did not receive HSTS header jitsi.org: did not receive HSTS header jottit.com: could not connect to host @@ -95,6 +99,7 @@ rapidresearch.me: could not connect to host riseup.net: did not receive HSTS header sah3.net: could not connect to host saturngames.co.uk: did not receive HSTS header +schokokeks.org: did not receive HSTS header script.google.com: did not receive HSTS header security.google.com: did not receive HSTS header semenkovich.com: did not receive HSTS header @@ -119,7 +124,7 @@ talkgadget.google.com: did not receive HSTS header translate.googleapis.com: did not receive HSTS header uprotect.it: could not connect to host wallet.google.com: did not receive HSTS header -webmail.mayfirst.org: did not receive HSTS header +webmail.mayfirst.org: could not connect to host whonix.org: did not receive HSTS header www.cueup.com: could not connect to host www.developer.mydigipass.com: could not connect to host @@ -134,9 +139,11 @@ 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: did not receive HSTS header +www.paycheckrecords.com: max-age too low: 86400 www.paypal.com: max-age too low: 14400 +www.rme.li: did not receive HSTS header www.roddis.net: did not receive HSTS header www.sandbox.mydigipass.com: could not connect to host +www.schokokeks.org: did not receive HSTS header www.surfeasy.com: did not receive HSTS header zoo24.de: max-age too low: 2592000 diff --git a/security/manager/boot/src/nsSTSPreloadList.inc b/security/manager/boot/src/nsSTSPreloadList.inc index 0b134c6..503d7a1 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(1417255570959000); +const PRTime gPreloadListExpirationTime = INT64_C(1417860380322000);
class nsSTSPreload { @@ -53,6 +53,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "cloudns.com.au", true }, { "cloudsecurityalliance.org", true }, { "codereview.appspot.com", false }, + { "config.schokokeks.org", false }, { "conformal.com", true }, { "controlcenter.gigahost.dk", true }, { "crm.onlime.ch", false }, @@ -212,6 +213,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "webfilings.appspot.com", true }, { "webmail.gigahost.dk", false }, { "webmail.onlime.ch", false }, + { "webmail.schokokeks.org", false }, { "wepay.com", false }, { "wf-bigsky-master.appspot.com", true }, { "wf-demo-eu.appspot.com", true }, @@ -238,6 +240,7 @@ static const nsSTSPreload kSTSPreloadList[] = { { "www.entropia.de", false }, { "www.eternalgoth.co.uk", true }, { "www.evernote.com", false }, + { "www.gamesdepartment.co.uk", false }, { "www.getcloak.com", false }, { "www.gov.uk", false }, { "www.grc.com", false }, @@ -252,7 +255,6 @@ 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 },
tor-commits@lists.torproject.org