mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug, Automated HSTS preload list update from host bld-linux64-spot-043 - a=hsts-update
This commit is contained in:
parent
5d80653390
commit
b43b9dd445
@ -1,5 +1,6 @@
|
||||
admin.google.com: did not receive HSTS header (error ignored - included regardless)
|
||||
alpha.irccloud.com: could not connect to host
|
||||
anycoin.me: did not receive HSTS header
|
||||
api.mega.co.nz: could not connect to host
|
||||
api.recurly.com: did not receive HSTS header
|
||||
api.simple.com: did not receive HSTS header
|
||||
@ -13,7 +14,7 @@ blacklane.com: 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
|
||||
calyxinstitute.org: could not connect to host
|
||||
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]
|
||||
carlolly.co.uk: did not receive HSTS header
|
||||
cert.se: max-age too low: 2628001
|
||||
checkout.google.com: did not receive HSTS header (error ignored - included regardless)
|
||||
@ -34,7 +35,6 @@ edmodo.com: did not receive HSTS header
|
||||
email.lookout.com: could not connect to host
|
||||
emailprivacytester.com: did not receive HSTS header
|
||||
encrypted.google.com: did not receive HSTS header (error ignored - included regardless)
|
||||
epoxate.com: could not connect to host
|
||||
errors.zenpayroll.com: could not connect to host
|
||||
espra.com: could not connect to host
|
||||
fatzebra.com.au: did not receive HSTS header
|
||||
@ -66,7 +66,6 @@ lists.mayfirst.org: did not receive HSTS header
|
||||
lumi.do: [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]
|
||||
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
|
||||
my.alfresco.com: did not receive HSTS header
|
||||
mydigipass.com: did not receive HSTS header
|
||||
mykolab.com: did not receive HSTS header
|
||||
@ -87,6 +86,7 @@ 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)
|
||||
seifried.org: did not receive HSTS header
|
||||
semenkovich.com: could not connect to host
|
||||
serverdensity.io: did not receive HSTS header
|
||||
shops.neonisi.com: could not connect to host
|
||||
@ -103,6 +103,7 @@ ssl.google-analytics.com: did not receive HSTS header (error ignored - included
|
||||
ssl.panoramio.com: did not receive HSTS header
|
||||
stage.wepay.com: max-age too low: 2592000
|
||||
static.wepay.com: did not receive HSTS header
|
||||
stocktrade.de: 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)
|
||||
@ -113,7 +114,7 @@ wallet.google.com: did not receive HSTS header (error ignored - included regardl
|
||||
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: could not connect to host
|
||||
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
|
||||
www.developer.mydigipass.com: could not connect to host
|
||||
www.elanex.biz: did not receive HSTS header
|
||||
|
@ -8,7 +8,7 @@
|
||||
/*****************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
const PRTime gPreloadListExpirationTime = INT64_C(1409393677835000);
|
||||
const PRTime gPreloadListExpirationTime = INT64_C(1409998023517000);
|
||||
|
||||
class nsSTSPreload
|
||||
{
|
||||
@ -108,6 +108,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
||||
{ "grc.com", false },
|
||||
{ "grepular.com", true },
|
||||
{ "groups.google.com", true },
|
||||
{ "harvestapp.com", true },
|
||||
{ "haste.ch", true },
|
||||
{ "heha.co", true },
|
||||
{ "history.google.com", true },
|
||||
@ -147,6 +148,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
||||
{ "mattmccutchen.net", true },
|
||||
{ "mbp.banking.co.at", false },
|
||||
{ "mediacru.sh", true },
|
||||
{ "medium.com", true },
|
||||
{ "mega.co.nz", false },
|
||||
{ "members.mayfirst.org", false },
|
||||
{ "members.nearlyfreespeech.net", false },
|
||||
@ -194,7 +196,6 @@ 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 },
|
||||
|
Loading…
Reference in New Issue
Block a user