Skip to content

Commit

Permalink
HSTS preload list update
Browse files Browse the repository at this point in the history
wolfbeast committed Jun 2, 2014
1 parent efa6a86 commit 3bc29f3
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 4 additions & 3 deletions security/manager/boot/src/nsSTSPreloadList.errors
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ api.simple.com: did not receive HSTS header
apis.google.com: did not receive HSTS header
app.lookout.com: could not connect to host
appengine.google.com: did not receive HSTS header
appseccalifornia.org: could not connect to host
bassh.net: did not receive HSTS header
bcrook.com: max-age too low: 86400
betnet.fr: could not connect to host
@@ -24,10 +25,10 @@ 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
cloud.google.com: did not receive HSTS header
cloudns.com.au: could not connect to host
code.google.com: did not receive HSTS header
codereview.chromium.org: did not receive HSTS header
crate.io: did not receive HSTS header
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
@@ -101,7 +102,7 @@ simon.butcher.name: max-age too low: 2629743
sites.google.com: did not receive HSTS header
sol.io: could not connect to host
souyar.de: could not connect to host
souyar.net: did not receive HSTS header
souyar.net: could not connect to host
souyar.us: could not connect to host
spreadsheets.google.com: did not receive HSTS header
square.com: did not receive HSTS header
@@ -115,7 +116,6 @@ talk.google.com: did not receive HSTS header
talkgadget.google.com: did not receive HSTS header
translate.googleapis.com: did not receive HSTS header
uprotect.it: could not connect to host
usaa.com: did not receive HSTS header
wallet.google.com: did not receive HSTS header
webmail.mayfirst.org: did not receive HSTS header
wepay.com: max-age too low: 2592000
@@ -126,6 +126,7 @@ www.elanex.biz: did not receive HSTS header
www.gmail.com: did not receive HSTS header
www.googlemail.com: did not receive HSTS header
www.greplin.com: could not connect to host
www.intercom.io: did not receive HSTS header
www.jitsi.org: did not receive HSTS header
www.lastpass.com: did not receive HSTS header
www.ledgerscope.net: did not receive HSTS header
8 changes: 6 additions & 2 deletions security/manager/boot/src/nsSTSPreloadList.inc
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
/*****************************************************************************/

#include "mozilla/StandardInteger.h"
const PRTime gPreloadListExpirationTime = INT64_C(1411812354538000);
const PRTime gPreloadListExpirationTime = INT64_C(1412417180147000);

class nsSTSPreload
{
@@ -122,6 +122,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "mailbox.org", false },
{ "makeyourlaws.org", true },
{ "manage.zenpayroll.com", false },
{ "manageprojects.com", true },
{ "manager.linode.com", false },
{ "matteomarescotti.name", true },
{ "mattmccutchen.net", true },
@@ -187,11 +188,14 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "surkatty.org", true },
{ "tent.io", true },
{ "therapynotes.com", false },
{ "tinfoilsecurity.com", false },
{ "torproject.org", false },
{ "twitter.com", false },
{ "ubertt.org", true },
{ "usaa.com", false },
{ "vmoagents.com", false },
{ "w-spotlight.appspot.com", true },
{ "waveapps.com", true },
{ "webfilings-eu-mirror.appspot.com", true },
{ "webfilings-eu.appspot.com", true },
{ "webfilings-mirror-hrd.appspot.com", true },
@@ -225,7 +229,6 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "www.gov.uk", false },
{ "www.grc.com", false },
{ "www.heliosnet.com", true },
{ "www.intercom.io", false },
{ "www.irccloud.com", false },
{ "www.linode.com", false },
{ "www.lookout.com", false },
@@ -238,6 +241,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "www.simbolo.co.uk", false },
{ "www.simple.com", false },
{ "www.therapynotes.com", false },
{ "www.tinfoilsecurity.com", false },
{ "www.torproject.org", false },
{ "www.twitter.com", false },
{ "www.usaa.com", false },

0 comments on commit 3bc29f3

Please sign in to comment.