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-425 - a=hsts-update
This commit is contained in:
parent
4578265814
commit
3daca64876
@ -10,11 +10,10 @@ 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
|
||||
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]
|
||||
calyxinstitute.org: could not connect to host
|
||||
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)
|
||||
@ -31,9 +30,11 @@ 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)
|
||||
dropcam.com: did not receive HSTS header
|
||||
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
|
||||
@ -86,6 +87,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)
|
||||
semenkovich.com: could not connect to host
|
||||
serverdensity.io: did not receive HSTS header
|
||||
shops.neonisi.com: could not connect to host
|
||||
silentcircle.org: could not connect to host
|
||||
@ -111,10 +113,9 @@ 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: [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.calyxinstitute.org: could not connect to host
|
||||
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.gmail.com: did not receive HSTS header (error ignored - included regardless)
|
||||
www.googlemail.com: did not receive HSTS header (error ignored - included regardless)
|
||||
|
@ -8,7 +8,7 @@
|
||||
/*****************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
const PRTime gPreloadListExpirationTime = INT64_C(1408788358092000);
|
||||
const PRTime gPreloadListExpirationTime = INT64_C(1409393677835000);
|
||||
|
||||
class nsSTSPreload
|
||||
{
|
||||
@ -28,6 +28,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
||||
{ "api.intercom.io", false },
|
||||
{ "api.xero.com", false },
|
||||
{ "apis.google.com", true },
|
||||
{ "app.manilla.com", true },
|
||||
{ "app.recurly.com", false },
|
||||
{ "app.yinxiang.com", false },
|
||||
{ "appengine.google.com", true },
|
||||
@ -68,6 +69,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
||||
{ "data.qld.gov.au", false },
|
||||
{ "davidlyness.com", true },
|
||||
{ "developer.mydigipass.com", false },
|
||||
{ "dillonkorman.com", true },
|
||||
{ "dist.torproject.org", false },
|
||||
{ "dl.google.com", true },
|
||||
{ "dm.lookout.com", false },
|
||||
@ -228,7 +230,9 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
||||
{ "www.banking.co.at", false },
|
||||
{ "www.braintreepayments.com", false },
|
||||
{ "www.cyveillance.com", true },
|
||||
{ "www.dropcam.com", false },
|
||||
{ "www.entropia.de", false },
|
||||
{ "www.eternalgoth.co.uk", true },
|
||||
{ "www.evernote.com", false },
|
||||
{ "www.getcloak.com", false },
|
||||
{ "www.gmail.com", false },
|
||||
|
Loading…
Reference in New Issue
Block a user