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

This commit is contained in:
ffxbld 2013-09-28 03:30:01 -07:00
Родитель edf79e60e0
Коммит c58a40cd97
2 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -29,13 +29,14 @@ dropcam.com: did not receive HSTS header
emailprivacytester.com: did not receive HSTS header emailprivacytester.com: did not receive HSTS header
encrypted.google.com: did not receive HSTS header encrypted.google.com: did not receive HSTS header
epoxate.com: max-age too low: 259200 epoxate.com: max-age too low: 259200
factor.cc: could not connect to host
fatzebra.com.au: did not receive HSTS header fatzebra.com.au: did not receive HSTS header
fj.simple.com: did not receive HSTS header fj.simple.com: did not receive HSTS header
gmail.com: did not receive HSTS header gmail.com: did not receive HSTS header
gocardless.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-hsts-000000000000000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] gocardless.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-hsts-000000000000000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
googlemail.com: did not receive HSTS header googlemail.com: did not receive HSTS header
googleplex.com: could not connect to host googleplex.com: could not connect to host
greplin.com: could not connect to host greplin.com: did not receive HSTS header
grepular.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-hsts-000000000000000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] grepular.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-hsts-000000000000000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
groups.google.com: did not receive HSTS header groups.google.com: did not receive HSTS header
history.google.com: did not receive HSTS header history.google.com: did not receive HSTS header
@ -92,8 +93,7 @@ www.dropcam.com: max-age too low: 2592000
www.elanex.biz: did not receive HSTS header www.elanex.biz: did not receive HSTS header
www.gmail.com: did not receive HSTS header www.gmail.com: did not receive HSTS header
www.googlemail.com: did not receive HSTS header www.googlemail.com: did not receive HSTS header
www.gov.uk: [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 124" data: no] www.greplin.com: did not receive HSTS header
www.greplin.com: could not connect to host
www.jitsi.org: did not receive HSTS header www.jitsi.org: did not receive HSTS header
www.lastpass.com: did not receive HSTS header www.lastpass.com: did not receive HSTS header
www.ledgerscope.net: max-age too low: 86400 www.ledgerscope.net: max-age too low: 86400

Просмотреть файл

@ -8,7 +8,7 @@
/*****************************************************************************/ /*****************************************************************************/
#include <stdint.h> #include <stdint.h>
const PRTime gPreloadListExpirationTime = INT64_C(1390645107959000); const PRTime gPreloadListExpirationTime = INT64_C(1391250031831000);
class nsSTSPreload class nsSTSPreload
{ {
@ -108,6 +108,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "squareup.com", false }, { "squareup.com", false },
{ "stocktrade.de", false }, { "stocktrade.de", false },
{ "stripe.com", true }, { "stripe.com", true },
{ "strongest-privacy.com", true },
{ "support.mayfirst.org", false }, { "support.mayfirst.org", false },
{ "surkatty.org", true }, { "surkatty.org", true },
{ "therapynotes.com", false }, { "therapynotes.com", false },
@ -124,6 +125,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "www.cueup.com", false }, { "www.cueup.com", false },
{ "www.cyveillance.com", true }, { "www.cyveillance.com", true },
{ "www.entropia.de", false }, { "www.entropia.de", false },
{ "www.gov.uk", false },
{ "www.grc.com", false }, { "www.grc.com", false },
{ "www.intercom.io", false }, { "www.intercom.io", false },
{ "www.irccloud.com", false }, { "www.irccloud.com", false },