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-ix-019 - a=hsts-update
This commit is contained in:
parent
f024594398
commit
6f6a11e51b
@ -1,5 +1,6 @@
|
||||
accounts.google.com: max-age too low: 2592000
|
||||
aladdinschools.appspot.com: did not receive HSTS header
|
||||
alpha.irccloud.com: could not connect to host
|
||||
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
|
||||
@ -12,7 +13,6 @@ braintreepayments.com: did not receive HSTS header
|
||||
browserid.org: did not receive HSTS header
|
||||
carlolly.co.uk: did not receive HSTS header
|
||||
cert.se: max-age too low: 2628001
|
||||
check.torproject.org: could not connect to host
|
||||
checkout.google.com: did not receive HSTS header
|
||||
chrome-devtools-frontend.appspot.com: did not receive HSTS header
|
||||
chrome.google.com: did not receive HSTS header
|
||||
@ -21,7 +21,7 @@ code.google.com: did not receive HSTS header
|
||||
codereview.appspot.com: did not receive HSTS header
|
||||
codereview.chromium.org: did not receive HSTS header
|
||||
crypto.is: did not receive HSTS header
|
||||
csawctf.poly.edu: could not connect to host
|
||||
csawctf.poly.edu: did not receive HSTS header
|
||||
dl.google.com: did not receive HSTS header
|
||||
docs.google.com: did not receive HSTS header
|
||||
drive.google.com: did not receive HSTS header
|
||||
@ -77,7 +77,6 @@ square.com: max-age too low: 1296000
|
||||
squareup.com: max-age too low: 1296000
|
||||
ssl.google-analytics.com: did not receive HSTS header
|
||||
ssl.panoramio.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
|
||||
|
@ -8,7 +8,7 @@
|
||||
/*****************************************************************************/
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
const PRTime gPreloadListExpirationTime = INT64_C(1383765229095000);
|
||||
const PRTime gPreloadListExpirationTime = INT64_C(1383992137406000);
|
||||
|
||||
class nsSTSPreload
|
||||
{
|
||||
@ -38,7 +38,6 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
||||
{ "crate.io", true },
|
||||
{ "crm.onlime.ch", false },
|
||||
{ "crypto.cat", false },
|
||||
{ "csawctf.poly.edu", true },
|
||||
{ "cyphertite.com", true },
|
||||
{ "developer.mydigipass.com", false },
|
||||
{ "dist.torproject.org", false },
|
||||
|
Loading…
Reference in New Issue
Block a user