зеркало из https://github.com/mozilla/gecko-dev.git
No bug, Automated HSTS preload list update from host bld-linux64-spot-318 - a=hsts-update
This commit is contained in:
Родитель
79dad9c7ff
Коммит
cc3388a150
|
@ -34,6 +34,7 @@ crbug.com: did not receive HSTS header
|
|||
crowdcurity.com: did not receive HSTS header
|
||||
crypto.is: did not receive HSTS header
|
||||
csawctf.poly.edu: did not receive HSTS header
|
||||
dillonkorman.com: did not receive HSTS header
|
||||
discovery.lookout.com: 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)
|
||||
|
@ -67,12 +68,11 @@ hoerbuecher-und-hoerspiele.de: did not receive HSTS header
|
|||
honeytracks.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]
|
||||
hostedtalkgadget.google.com: did not receive HSTS header (error ignored - included regardless)
|
||||
howrandom.org: could not connect to host
|
||||
ihrlotto.de: could not connect to host
|
||||
in.xero.com: max-age too low: 3600
|
||||
intercom.io: 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
|
||||
jonaswitmer.ch: could not connect to host
|
||||
jottit.com: could not connect to host
|
||||
keymaster.lookout.com: did not receive HSTS header
|
||||
kiwiirc.com: max-age too low: 5256000
|
||||
|
@ -112,12 +112,12 @@ prodpad.com: did not receive HSTS header
|
|||
profiles.google.com: did not receive HSTS header (error ignored - included regardless)
|
||||
promecon-gmbh.de: did not receive HSTS header
|
||||
rapidresearch.me: could not connect to host
|
||||
rippleunion.com: did not receive HSTS header
|
||||
riseup.net: did not receive HSTS header
|
||||
sah3.net: 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)
|
||||
securityheaders.com: did not receive HSTS header
|
||||
semenkovich.com: did not receive HSTS header
|
||||
serverdensity.io: did not receive HSTS header
|
||||
shops.neonisi.com: could not connect to host
|
||||
|
@ -134,6 +134,7 @@ 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
|
||||
stocktrade.de: could not connect to host
|
||||
strongest-privacy.com: could not connect to host
|
||||
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)
|
||||
|
@ -143,8 +144,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
|
||||
wf-training-master.appspot.com: could not connect to host
|
||||
wf-training-master.appspot.com: could not connect to host (error ignored - included regardless)
|
||||
wf-training-master.appspot.com: did not receive HSTS header (error ignored - included regardless)
|
||||
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: could not connect to host
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
/*****************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
const PRTime gPreloadListExpirationTime = INT64_C(1421379819168000);
|
||||
const PRTime gPreloadListExpirationTime = INT64_C(1421702876088000);
|
||||
|
||||
class nsSTSPreload
|
||||
{
|
||||
|
@ -122,7 +122,6 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
|||
{ "detectify.com", false },
|
||||
{ "developer.mydigipass.com", false },
|
||||
{ "die-besten-weisheiten.de", true },
|
||||
{ "dillonkorman.com", true },
|
||||
{ "dist.torproject.org", false },
|
||||
{ "dl.google.com", true },
|
||||
{ "dm.lookout.com", false },
|
||||
|
@ -216,6 +215,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
|||
{ "jelmer.co.uk", true },
|
||||
{ "jelmer.uk", true },
|
||||
{ "jfreitag.de", true },
|
||||
{ "jitsi.org", false },
|
||||
{ "jonas-keidel.de", true },
|
||||
{ "jonaswitmer.ch", true },
|
||||
{ "julian-kipka.de", true },
|
||||
|
@ -351,7 +351,6 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
|||
{ "reviews.anime.my", true },
|
||||
{ "riccy.org", true },
|
||||
{ "riesenmagnete.de", true },
|
||||
{ "rippleunion.com", true },
|
||||
{ "rme.li", false },
|
||||
{ "robteix.com", true },
|
||||
{ "roddis.net", false },
|
||||
|
@ -370,6 +369,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
|||
{ "sdsl-speedtest.de", true },
|
||||
{ "security-carpet.com", true },
|
||||
{ "security.google.com", true },
|
||||
{ "securityheaders.com", true },
|
||||
{ "secuvera.de", true },
|
||||
{ "seifried.org", true },
|
||||
{ "servethecity-karlsruhe.de", true },
|
||||
|
|
Загрузка…
Ссылка в новой задаче