mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
No bug, Automated HSTS preload list update from host bld-linux64-ec2-363 - a=hsts-update
This commit is contained in:
parent
da4e1b5672
commit
c0224eeb4c
@ -4,6 +4,7 @@ api.recurly.com: did not receive HSTS header
|
||||
api.simple.com: did not receive HSTS header
|
||||
apis.google.com: did not receive HSTS header (error ignored - included regardless)
|
||||
appengine.google.com: did not receive HSTS header (error ignored - included regardless)
|
||||
bassh.net: did not receive HSTS header
|
||||
bcrook.com: max-age too low: 86400
|
||||
betnet.fr: could not connect to host
|
||||
bigshinylock.minazo.net: could not connect to host
|
||||
@ -55,7 +56,6 @@ jottit.com: did not receive HSTS header
|
||||
kiwiirc.com: max-age too low: 5256000
|
||||
ledgerscope.net: did not receive HSTS header
|
||||
liberty.lavabit.com: could not connect to host
|
||||
lifeguard.aecom.com: max-age too low: 3600
|
||||
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)
|
||||
@ -102,6 +102,7 @@ talkgadget.google.com: did not receive HSTS header (error ignored - included reg
|
||||
translate.googleapis.com: did not receive HSTS header (error ignored - included regardless)
|
||||
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
|
||||
whonix.org: did not receive HSTS header
|
||||
www.cueup.com: did not receive HSTS header
|
||||
www.developer.mydigipass.com: could not connect to host
|
||||
|
@ -8,7 +8,7 @@
|
||||
/*****************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
const PRTime gPreloadListExpirationTime = INT64_C(1401534344234000);
|
||||
const PRTime gPreloadListExpirationTime = INT64_C(1402139146259000);
|
||||
|
||||
class nsSTSPreload
|
||||
{
|
||||
@ -30,7 +30,6 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
||||
{ "appseccalifornia.org", true },
|
||||
{ "arivo.com.br", true },
|
||||
{ "bank.simple.com", false },
|
||||
{ "bassh.net", true },
|
||||
{ "bccx.com", true },
|
||||
{ "bitbucket.org", false },
|
||||
{ "blog.cyveillance.com", true },
|
||||
@ -105,6 +104,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
||||
{ "lastpass.com", false },
|
||||
{ "launchkey.com", true },
|
||||
{ "library.linode.com", false },
|
||||
{ "lifeguard.aecom.com", false },
|
||||
{ "linode.com", false },
|
||||
{ "linx.net", false },
|
||||
{ "lockify.com", true },
|
||||
@ -183,7 +183,6 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
||||
{ "ubertt.org", true },
|
||||
{ "wallet.google.com", true },
|
||||
{ "webmail.gigahost.dk", false },
|
||||
{ "webmail.mayfirst.org", false },
|
||||
{ "webmail.onlime.ch", false },
|
||||
{ "wiki.python.org", true },
|
||||
{ "wiz.biz", true },
|
||||
|
Loading…
Reference in New Issue
Block a user