зеркало из https://github.com/mozilla/gecko-dev.git
No bug, Automated HSTS preload list update from host bld-linux64-spot-483 - a=hsts-update
This commit is contained in:
Родитель
61dab43bc5
Коммит
db5f7065b5
|
@ -22,6 +22,7 @@ chrome.google.com: did not receive HSTS header (error ignored - included regardl
|
|||
cloud.google.com: did not receive HSTS header (error ignored - included regardless)
|
||||
code.google.com: did not receive HSTS header (error ignored - included regardless)
|
||||
codereview.chromium.org: did not receive HSTS header (error ignored - included regardless)
|
||||
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
|
||||
|
@ -37,7 +38,6 @@ espra.com: could not connect to host
|
|||
fatzebra.com.au: did not receive HSTS header
|
||||
fj.simple.com: did not receive HSTS header
|
||||
get.zenpayroll.com: did not receive HSTS header
|
||||
getcloak.com: max-age too low: 2678400
|
||||
glass.google.com: did not receive HSTS header (error ignored - included regardless)
|
||||
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 125" data: no]
|
||||
|
@ -64,7 +64,6 @@ lumi.do: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FA
|
|||
mail.google.com: did not receive HSTS header (error ignored - included regardless)
|
||||
market.android.com: did not receive HSTS header (error ignored - included regardless)
|
||||
medium.com: max-age too low: 2592000
|
||||
members.nearlyfreespeech.net: could not connect to host
|
||||
my.alfresco.com: did not receive HSTS header
|
||||
mydigipass.com: did not receive HSTS header
|
||||
neonisi.com: could not connect to host
|
||||
|
@ -82,6 +81,7 @@ platform.lookout.com: could not connect to host
|
|||
play.google.com: did not receive HSTS header (error ignored - included regardless)
|
||||
plus.google.com: did not receive HSTS header (error ignored - included regardless)
|
||||
plus.sandbox.google.com: did not receive HSTS header (error ignored - included regardless)
|
||||
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
|
||||
|
@ -112,7 +112,6 @@ www.cueup.com: did not receive HSTS header
|
|||
www.developer.mydigipass.com: could not connect to host
|
||||
www.dropcam.com: max-age too low: 2592000
|
||||
www.elanex.biz: did not receive HSTS header
|
||||
www.getcloak.com: max-age too low: 2678400
|
||||
www.gmail.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 125" data: no]
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
/*****************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
const PRTime gPreloadListExpirationTime = INT64_C(1403348819505000);
|
||||
const PRTime gPreloadListExpirationTime = INT64_C(1404558396496000);
|
||||
|
||||
class nsSTSPreload
|
||||
{
|
||||
|
@ -19,6 +19,7 @@ class nsSTSPreload
|
|||
|
||||
static const nsSTSPreload kSTSPreloadList[] = {
|
||||
{ "accounts.google.com", true },
|
||||
{ "aclu.org", false },
|
||||
{ "aladdinschools.appspot.com", false },
|
||||
{ "alpha.irccloud.com", false },
|
||||
{ "api.intercom.io", false },
|
||||
|
@ -84,6 +85,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
|||
{ "forum.linode.com", false },
|
||||
{ "forum.quantifiedself.com", true },
|
||||
{ "gernert-server.de", true },
|
||||
{ "getcloak.com", false },
|
||||
{ "getlantern.org", false },
|
||||
{ "glass.google.com", true },
|
||||
{ "go.xero.com", false },
|
||||
|
@ -119,6 +121,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
|||
{ "luneta.nearbuysystems.com", false },
|
||||
{ "mail.de", true },
|
||||
{ "mail.google.com", true },
|
||||
{ "mailbox.org", false },
|
||||
{ "makeyourlaws.org", false },
|
||||
{ "manage.zenpayroll.com", false },
|
||||
{ "manager.linode.com", false },
|
||||
|
@ -189,11 +192,13 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
|||
{ "wiki.python.org", true },
|
||||
{ "wiz.biz", true },
|
||||
{ "writeapp.me", false },
|
||||
{ "www.aclu.org", false },
|
||||
{ "www.apollo-auto.com", true },
|
||||
{ "www.braintreepayments.com", false },
|
||||
{ "www.cyveillance.com", true },
|
||||
{ "www.entropia.de", false },
|
||||
{ "www.evernote.com", false },
|
||||
{ "www.getcloak.com", false },
|
||||
{ "www.gov.uk", false },
|
||||
{ "www.grc.com", false },
|
||||
{ "www.heliosnet.com", true },
|
||||
|
|
Загрузка…
Ссылка в новой задаче