No bug, Automated HSTS preload list update from host bld-linux64-spot-132 - a=hsts-update

This commit is contained in:
ffxbld 2014-12-06 03:20:41 -08:00
parent 7bc0ec56ea
commit 3651d911d5
2 changed files with 62 additions and 8 deletions

View File

@ -53,6 +53,7 @@ co.search.yahoo.com: did not receive HSTS header
code.facebook.com: did not receive HSTS header
code.google.com: did not receive HSTS header (error ignored - included regardless)
codereview.chromium.org: did not receive HSTS header (error ignored - included regardless)
console.python.org: did not receive HSTS header
coursella.com: did not receive HSTS header
cr.search.yahoo.com: did not receive HSTS header
crate.io: did not receive HSTS header
@ -62,6 +63,7 @@ crypto.is: did not receive HSTS header
csawctf.poly.edu: did not receive HSTS header
ct.search.yahoo.com: did not receive HSTS header
cyanogenmod.xxx: could not connect to host
cybershambles.com: could not connect to host
daylightcompany.com: did not receive HSTS header
de.search.yahoo.com: did not receive HSTS header
decibelios.li: did not receive HSTS header
@ -77,6 +79,7 @@ drive.google.com: did not receive HSTS header (error ignored - included regardle
dropcam.com: did not receive HSTS header
ed.gs: did not receive HSTS header
edmodo.com: did not receive HSTS header
eldietista.es: did not receive HSTS header
email.lookout.com: could not connect to host
en-maktoob.search.yahoo.com: did not receive HSTS header
encrypted.google.com: did not receive HSTS header (error ignored - included regardless)
@ -91,7 +94,6 @@ fi.search.yahoo.com: did not receive HSTS header
filedir.com: did not receive HSTS header
fixingdns.com: did not receive HSTS header
fj.search.yahoo.com: did not receive HSTS header
fm83.nl: did not receive HSTS header
fr.search.yahoo.com: did not receive HSTS header
gamesdepartment.co.uk: did not receive HSTS header
get.zenpayroll.com: did not receive HSTS header
@ -106,7 +108,7 @@ googleplex.com: could not connect to host (error ignored - included regardless)
goto.google.com: did not receive HSTS header (error ignored - included regardless)
gparent.org: did not receive HSTS header
gr.search.yahoo.com: did not receive HSTS header
grandmascookieblog.com: did not receive HSTS header
grandmascookieblog.com: could not connect to host
greplin.com: could not connect to host
groups.google.com: did not receive HSTS header (error ignored - included regardless)
hackerone-user-content.com: could not connect to host
@ -117,8 +119,10 @@ hn.search.yahoo.com: did not receive HSTS header
hoerbuecher-und-hoerspiele.de: did not receive HSTS header
honeytracks.com: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 134" data: no]
horosho.in: did not receive HSTS header
horseboners.xxx: could not connect to host
hostedtalkgadget.google.com: did not receive HSTS header (error ignored - included regardless)
howrandom.org: could not connect to host
hstspreload.appspot.com: did not receive HSTS header
hu.search.yahoo.com: did not receive HSTS header
id.search.yahoo.com: did not receive HSTS header
ie.search.yahoo.com: did not receive HSTS header
@ -131,6 +135,8 @@ irccloud.com: did not receive HSTS header
it.search.yahoo.com: did not receive HSTS header
itriskltd.com: did not receive HSTS header
jottit.com: could not connect to host
jwilsson.com: could not connect to host
jwilsson.me: could not connect to host
keymaster.lookout.com: did not receive HSTS header
kiwiirc.com: max-age too low: 5256000
klaxn.com: could not connect to host
@ -175,6 +181,7 @@ mx.search.yahoo.com: did not receive HSTS header
my.alfresco.com: did not receive HSTS header
mydigipass.com: did not receive HSTS header
mykolab.com: did not receive HSTS header
myplaceonline.com: could not connect to host
neonisi.com: could not connect to host
netzpolitik.org: did not receive HSTS header
nexth.de: could not connect to host
@ -221,8 +228,8 @@ ro.search.yahoo.com: did not receive HSTS header
ru.search.yahoo.com: did not receive HSTS header
rw.search.yahoo.com: did not receive HSTS header
sah3.net: could not connect to host
salserocafe.com: could not connect to host
saturngames.co.uk: could not connect to host
schreiber-netzwerk.eu: max-age too low: 0
script.google.com: did not receive HSTS header (error ignored - included regardless)
se.search.yahoo.com: did not receive HSTS header
search.yahoo.com: did not receive HSTS header
@ -254,7 +261,6 @@ stocktrade.de: could not connect to host
sunshinepress.org: could not connect to host
surfeasy.com: did not receive HSTS header
sv.search.yahoo.com: did not receive HSTS header
sylaps.com: did not receive HSTS header
t.facebook.com: did not receive HSTS header
tablet.facebook.com: did not receive HSTS header
talk.google.com: did not receive HSTS header (error ignored - included regardless)
@ -276,6 +282,8 @@ uprotect.it: could not connect to host
uy.search.yahoo.com: did not receive HSTS header
uz.search.yahoo.com: did not receive HSTS header
ve.search.yahoo.com: did not receive HSTS header
viennan.net: did not receive HSTS header
visionless.me: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 134" data: no]
vn.search.yahoo.com: did not receive HSTS header
wallet.google.com: did not receive HSTS header (error ignored - included regardless)
webmail.mayfirst.org: did not receive HSTS header

View File

@ -8,7 +8,7 @@
/*****************************************************************************/
#include <stdint.h>
const PRTime gPreloadListExpirationTime = INT64_C(1428145748415000);
const PRTime gPreloadListExpirationTime = INT64_C(1428750739923000);
class nsSTSPreload
{
@ -40,10 +40,12 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "alexsexton.com", true },
{ "alexyang.me", true },
{ "alpha.irccloud.com", false },
{ "anadoluefessporkulubu.org", true },
{ "andreasbreitenlohner.de", true },
{ "anetaben.nl", true },
{ "angularjs.org", true },
{ "animurecs.com", true },
{ "ankarakart.com.tr", true },
{ "annahmeschluss.de", true },
{ "annevankesteren.com", true },
{ "annevankesteren.nl", true },
@ -91,10 +93,13 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "beneathvt.com", true },
{ "benjamins.com", true },
{ "best-wedding-quotes.com", true },
{ "bgneuesheim.de", true },
{ "bhatia.at", true },
{ "big-andy.co.uk", true },
{ "bigbrownpromotions.com.au", true },
{ "bitbucket.org", false },
{ "bitfactory.ws", true },
{ "bitmex.com", true },
{ "bitmon.net", true },
{ "bjornjohansen.no", true },
{ "bl4ckb0x.com", true },
@ -104,16 +109,19 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "bl4ckb0x.org", true },
{ "blacklane.com", true },
{ "blessnet.jp", true },
{ "blockchain.info", true },
{ "blocksatz-medien.de", true },
{ "blog.cyveillance.com", true },
{ "blog.gparent.org", true },
{ "blog.linode.com", false },
{ "blog.torproject.org", false },
{ "blubbablasen.de", true },
{ "bodo-wolff.de", true },
{ "bohramt.de", true },
{ "bonigo.de", true },
{ "bookingapp.nl", true },
{ "boxcryptor.com", true },
{ "brage.info", true },
{ "brunosouza.org", true },
{ "buddhistische-weisheiten.org", true },
{ "bugzil.la", true },
@ -133,6 +141,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "celltek-server.de", false },
{ "certible.com", true },
{ "certly.io", true },
{ "chahub.com", true },
{ "chainmonitor.com", true },
{ "check.torproject.org", false },
{ "checkout.google.com", true },
@ -164,6 +173,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "conformal.com", true },
{ "conrad-kostecki.de", true },
{ "controlcenter.gigahost.dk", true },
{ "cor-ser.es", true },
{ "cotonea.de", true },
{ "crm.onlime.ch", false },
{ "crowdjuris.com", true },
@ -182,6 +192,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "cyphertite.com", true },
{ "czbix.com", true },
{ "daphne.informatik.uni-freiburg.de", true },
{ "darchoods.net", false },
{ "data-abundance.com", true },
{ "data.qld.gov.au", false },
{ "datenkeks.de", true },
@ -207,13 +218,14 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "dlc.viasinc.com", true },
{ "dm.lookout.com", false },
{ "dm.mylookout.com", false },
{ "doc.python.org", true },
{ "docs.google.com", true },
{ "docs.python.org", true },
{ "domains.google.com", true },
{ "domaris.de", true },
{ "donmez.ws", false },
{ "drive.google.com", true },
{ "dropbox.com", false },
{ "dropbox.com", true },
{ "dzlibs.io", true },
{ "easysimplecrm.com", false },
{ "ebanking.indovinabank.com.vn", false },
@ -221,7 +233,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "edit.yahoo.com", false },
{ "edyou.eu", true },
{ "eff.org", true },
{ "eldietista.es", true },
{ "electronic-ignition-system.com", true },
{ "elnutricionista.es", true },
{ "emailprivacytester.com", true },
{ "encircleapp.com", true },
@ -240,10 +252,12 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "evstatus.com", true },
{ "explodie.org", true },
{ "f-droid.org", true },
{ "fabhub.io", true },
{ "fabianfischer.de", true },
{ "factor.cc", false },
{ "fairbill.com", true },
{ "fakturoid.cz", true },
{ "fant.dk", true },
{ "faq.lookout.com", false },
{ "fastcomcorp.net", true },
{ "fedorapeople.org", true },
@ -258,6 +272,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "fleximus.org", false },
{ "floobits.com", true },
{ "flynn.io", true },
{ "fm83.nl", true },
{ "forewordreviews.com", true },
{ "forodeespanol.com", true },
{ "forum.linode.com", false },
@ -314,8 +329,10 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "helichat.de", true },
{ "help.simpletax.ca", false },
{ "helpium.de", true },
{ "henriknoerr.com", true },
{ "hex2013.com", true },
{ "hexony.com", true },
{ "hg.python.org", true },
{ "history.google.com", true },
{ "honeybadger.io", false },
{ "horseboners.xxx", true },
@ -337,8 +354,10 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "ideaweb.de", true },
{ "ihrlotto.de", true },
{ "ilikerainbows.co.uk", true },
{ "imaginary.ca", true },
{ "imouto.my", true },
{ "in.xero.com", false },
{ "inb4.us", true },
{ "inbox.google.com", true },
{ "inkbunny.net", true },
{ "inleaked.com", true },
@ -392,6 +411,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "konklone.com", true },
{ "koop-bremen.de", true },
{ "koordinate.net", true },
{ "kosho.org", true },
{ "kpebetka.net", true },
{ "kraken.io", true },
{ "kura.io", true },
@ -404,6 +424,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "leonardcamacho.me", true },
{ "library.linode.com", false },
{ "liebel.org", true },
{ "lighting-centres.co.uk", true },
{ "limpid.nl", true },
{ "lingolia.com", true },
{ "linode.com", false },
@ -439,6 +460,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "mandala-ausmalbilder.de", true },
{ "market.android.com", true },
{ "markusueberallassetmanagement.de", true },
{ "marshut.net", true },
{ "matatall.com", true },
{ "mathiasbynens.be", true },
{ "matteomarescotti.it", true },
@ -446,6 +468,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "mbp.banking.co.at", false },
{ "md5file.com", true },
{ "mdfnet.se", true },
{ "meamod.com", true },
{ "mediacru.sh", true },
{ "medium.com", true },
{ "meetfinch.com", true },
@ -472,6 +495,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "mothereff.in", true },
{ "mountainmusicpromotions.com", true },
{ "mountainroseherbs.com", true },
{ "movelaria.com.br", true },
{ "movlib.org", true },
{ "mqas.net", true },
{ "msc-seereisen.net", true },
@ -479,6 +503,8 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "mudcrab.us", true },
{ "munich-rage.de", true },
{ "musicgamegalaxy.de", true },
{ "mutantmonkey.in", true },
{ "mutantmonkey.info", true },
{ "mutantmonkey.sexy", true },
{ "mwe.st", true },
{ "my.onlime.ch", false },
@ -487,10 +513,12 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "mygadgetguardian.lookout.com", false },
{ "mykreuzfahrt.de", true },
{ "mylookout.com", false },
{ "myni.io", true },
{ "mynigma.org", true },
{ "myplaceonline.com", true },
{ "myvirtualserver.com", true },
{ "nachsenden.info", true },
{ "nameid.org", true },
{ "nectarleaf.com", true },
{ "neftaly.com", true },
{ "neg9.org", false },
@ -499,8 +527,10 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "netzbit.de", true },
{ "newstarnootropics.com", true },
{ "ng-security.com", true },
{ "nginxnudes.com", true },
{ "nmctest.net", true },
{ "nos-oignons.net", true },
{ "nouvelle-vague-saint-cast.fr", true },
{ "npw.net", true },
{ "nu3.at", true },
{ "nu3.ch", true },
@ -519,6 +549,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "onedrive.com", true },
{ "onedrive.live.com", false },
{ "onsitemassageco.com", true },
{ "opendesk.cc", true },
{ "oplop.appspot.com", true },
{ "opsmate.com", false },
{ "optimus.io", true },
@ -555,6 +586,8 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "paypal.com", false },
{ "pdf.yt", true },
{ "peercraft.com", true },
{ "pestici.de", true },
{ "petrolplus.ru", true },
{ "phoenixlogan.com", true },
{ "picksin.club", true },
{ "pierre-schmitz.com", true },
@ -572,6 +605,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "projektzentrisch.de", true },
{ "propagandism.org", true },
{ "prowhisky.de", true },
{ "proximato.com", true },
{ "pubkey.is", true },
{ "publications.qld.gov.au", false },
{ "pult.co", false },
@ -608,8 +642,10 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "salserocafe.com", true },
{ "samizdat.cz", true },
{ "sandbox.mydigipass.com", false },
{ "savetheinternet.eu", true },
{ "schachburg.de", true },
{ "schokokeks.org", false },
{ "schreiber-netzwerk.eu", true },
{ "schwarzer.it", true },
{ "sciencex.com", true },
{ "scotthelme.co.uk", true },
@ -633,10 +669,12 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "shodan.io", true },
{ "shohruh.uz", false },
{ "shopontarget.com", true },
{ "shortdiary.me", true },
{ "silentcircle.com", false },
{ "simbolo.co.uk", false },
{ "simple.com", false },
{ "simpletax.ca", false },
{ "simplia.cz", true },
{ "simplystudio.com", true },
{ "siraweb.org", true },
{ "siriad.com", true },
@ -680,15 +718,19 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "support.mayfirst.org", false },
{ "surkatty.org", true },
{ "swehack.org", true },
{ "sylaps.com", true },
{ "sysctl.se", true },
{ "syss.de", true },
{ "tadigitalstore.com", true },
{ "tageau.com", true },
{ "talk.google.com", true },
{ "talkgadget.google.com", true },
{ "tapka.cz", true },
{ "tatort-fanpage.de", true },
{ "tauchkater.de", true },
{ "taxsquirrel.com", true },
{ "techhipster.net", true },
{ "tegelsensanitaironline.nl", true },
{ "tekshrek.com", true },
{ "tent.io", true },
{ "testsuite.org", true },
@ -739,26 +781,30 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "tunebitfm.de", true },
{ "twentymilliseconds.com", true },
{ "twitter.com", false },
{ "typingrevolution.com", true },
{ "ub3rk1tten.com", true },
{ "ubertt.org", true },
{ "ukdefencejournal.org.uk", true },
{ "ukhas.net", true },
{ "ukrainians.ch", true },
{ "unison.com", true },
{ "unterfrankenclan.de", true },
{ "uptrends.com", true },
{ "usaa.com", false },
{ "uzstyle.com", false },
{ "vaddder.com", true },
{ "vhost.co.id", true },
{ "viasinc.com", false },
{ "viennan.net", true },
{ "vmoagents.com", false },
{ "vocaloid.my", true },
{ "vortexhobbies.com", true },
{ "vpnzoom.com", true },
{ "vrobert.fr", false },
{ "w-spotlight.appspot.com", true },
{ "wallet.google.com", true },
{ "warrencreative.com", false },
{ "watsonhall.uk", true },
{ "wbg-vs.de", true },
{ "webandmore.de", false },
{ "webandwords.com.au", true },
{ "webcollect.org.uk", true },