No bug, Automated HSTS preload list update from host bld-linux64-spot-454 - a=hsts-update

This commit is contained in:
ffxbld 2014-04-19 03:14:16 -07:00
parent 2075f95fc4
commit 1ff1ed65cc
2 changed files with 18 additions and 10 deletions

View File

@ -10,6 +10,7 @@ bcrook.com: max-age too low: 86400
betnet.fr: could not connect to host
bigshinylock.minazo.net: could not connect to host
blacklane.com: did not receive HSTS header
blueseed.co: did not receive HSTS header
braintreegateway.com: did not receive HSTS header
browserid.org: did not receive HSTS header
business.medbank.com.mt: did not receive HSTS header
@ -25,7 +26,7 @@ codereview.chromium.org: did not receive HSTS header (error ignored - included r
crate.io: did not receive HSTS header
crowdcurity.com: did not receive HSTS header
crypto.is: did not receive HSTS header
csawctf.poly.edu: could not connect to host
csawctf.poly.edu: did not receive HSTS header
dl.google.com: did not receive HSTS header (error ignored - included regardless)
docs.google.com: did not receive HSTS header (error ignored - included regardless)
drive.google.com: did not receive HSTS header (error ignored - included regardless)
@ -74,12 +75,6 @@ nexth.net: did not receive HSTS header
nexth.us: could not connect to host
openshift.redhat.com: did not receive HSTS header
ottospora.nl: could not connect to host
passport.yandex.by: did not receive HSTS header
passport.yandex.com: did not receive HSTS header
passport.yandex.com.tr: did not receive HSTS header
passport.yandex.kz: did not receive HSTS header
passport.yandex.ru: did not receive HSTS header
passport.yandex.ua: did not receive HSTS header
paypal.com: max-age too low: 14400
payroll.xero.com: max-age too low: 3600
platform.lookout.com: could not connect to host
@ -88,7 +83,6 @@ prodpad.com: did not receive HSTS header
profiles.google.com: did not receive HSTS header (error ignored - included regardless)
rapidresearch.me: did not receive HSTS header
sah3.net: could not connect to host
sandbox.mydigipass.com: could not connect to host
saturngames.co.uk: did not receive HSTS header
script.google.com: did not receive HSTS header (error ignored - included regardless)
security.google.com: did not receive HSTS header (error ignored - included regardless)
@ -105,6 +99,8 @@ spreadsheets.google.com: did not receive HSTS header (error ignored - included r
square.com: did not receive HSTS header
ssl.google-analytics.com: did not receive HSTS header (error ignored - included regardless)
ssl.panoramio.com: did not receive HSTS header
stage.wepay.com: max-age too low: 2592000
static.wepay.com: did not receive HSTS header
sunshinepress.org: could not connect to host
surfeasy.com: did not receive HSTS header
talk.google.com: did not receive HSTS header (error ignored - included regardless)
@ -113,6 +109,7 @@ translate.googleapis.com: did not receive HSTS header (error ignored - included
uprotect.it: could not connect to host
wallet.google.com: did not receive HSTS header (error ignored - included regardless)
webmail.mayfirst.org: did not receive HSTS header
wepay.com: max-age too low: 2592000
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-hsts-000000000000000/getHSTSPreloadList.js :: processStsHeader :: line 125" data: no]
www.cueup.com: did not receive HSTS header
@ -134,4 +131,5 @@ www.paypal.com: [Exception... "Component returned failure code: 0x80004005 (NS_E
www.roddis.net: did not receive HSTS header
www.sandbox.mydigipass.com: could not connect to host
www.surfeasy.com: did not receive HSTS header
www.wepay.com: max-age too low: 2592000
zoo24.de: max-age too low: 2592000

View File

@ -8,7 +8,7 @@
/*****************************************************************************/
#include <stdint.h>
const PRTime gPreloadListExpirationTime = INT64_C(1408184023977000);
const PRTime gPreloadListExpirationTime = INT64_C(1408788358092000);
class nsSTSPreload
{
@ -22,6 +22,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "aclu.org", false },
{ "activiti.alfresco.com", false },
{ "admin.google.com", true },
{ "adsfund.org", true },
{ "aladdinschools.appspot.com", false },
{ "alpha.irccloud.com", false },
{ "api.intercom.io", false },
@ -39,7 +40,6 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "blog.linode.com", false },
{ "blog.lookout.com", false },
{ "blog.torproject.org", false },
{ "blueseed.co", false },
{ "boxcryptor.com", true },
{ "braintreepayments.com", false },
{ "bugzilla.mozilla.org", true },
@ -51,6 +51,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "chrome.google.com", true },
{ "chromiumcodereview.appspot.com", false },
{ "cloud.google.com", true },
{ "cloudcert.org", true },
{ "cloudns.com.au", true },
{ "cloudsecurityalliance.org", true },
{ "code.google.com", true },
@ -160,6 +161,12 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "opsmate.com", false },
{ "p.linode.com", false },
{ "packagist.org", false },
{ "passport.yandex.by", false },
{ "passport.yandex.com", false },
{ "passport.yandex.com.tr", false },
{ "passport.yandex.kz", false },
{ "passport.yandex.ru", false },
{ "passport.yandex.ua", false },
{ "passwd.io", true },
{ "passwordbox.com", false },
{ "paste.linode.com", false },
@ -174,6 +181,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "plus.sandbox.google.com", false },
{ "profiles.google.com", true },
{ "publications.qld.gov.au", false },
{ "pult.co", true },
{ "pypi.python.org", true },
{ "python.org", false },
{ "riseup.net", true },
@ -184,6 +192,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "script.google.com", true },
{ "security.google.com", true },
{ "securityheaders.com", true },
{ "seifried.org", true },
{ "semenkovich.com", true },
{ "shodan.io", true },
{ "silentcircle.com", false },
@ -207,6 +216,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "translate.googleapis.com", true },
{ "twitter.com", false },
{ "ubertt.org", true },
{ "vmoagents.com", false },
{ "wallet.google.com", true },
{ "webmail.gigahost.dk", false },
{ "webmail.onlime.ch", false },