зеркало из https://github.com/mozilla/gecko-dev.git
Merge m-c to inbound.
This commit is contained in:
Коммит
6ed8d4c611
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"revision": "e2429ca17a0b77ddffdd69a96fd413449f71256e",
|
||||
"revision": "d10b41974fe05af122c93b3e11b12ea98edf220b",
|
||||
"repo_path": "/integration/gaia-central"
|
||||
}
|
||||
|
|
|
@ -23,8 +23,6 @@ codereview.chromium.org: 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
|
||||
cupcake.io: max-age too low: 3153600
|
||||
cupcake.is: max-age too low: 3153600
|
||||
cybozu.com: did not receive HSTS header
|
||||
dl.google.com: did not receive HSTS header
|
||||
docs.google.com: did not receive HSTS header
|
||||
|
@ -57,10 +55,12 @@ logentries.com: 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 124" data: no]
|
||||
mail.google.com: did not receive HSTS header
|
||||
market.android.com: did not receive HSTS header
|
||||
medium.com: max-age too low: 2592000
|
||||
my.alfresco.com: did not receive HSTS header
|
||||
mydigipass.com: did not receive HSTS header
|
||||
neonisi.com: could not connect to host
|
||||
openshift.redhat.com: did not receive HSTS header
|
||||
oraprodmv.corp.google.com: could not connect to host
|
||||
oraprodsso.corp.google.com: could not connect to host
|
||||
ottospora.nl: could not connect to host
|
||||
packagist.org: max-age too low: 2592000
|
||||
|
@ -88,7 +88,6 @@ sunshinepress.org: could not connect to host
|
|||
surfeasy.com: did not receive HSTS header
|
||||
talk.google.com: did not receive HSTS header
|
||||
talkgadget.google.com: did not receive HSTS header
|
||||
tent.io: max-age too low: 3153600
|
||||
torproject.org: did not receive HSTS header
|
||||
translate.google.com: did not receive HSTS header
|
||||
translate.googleapis.com: did not receive HSTS header
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
/*****************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
const PRTime gPreloadListExpirationTime = INT64_C(1391854333088000);
|
||||
const PRTime gPreloadListExpirationTime = INT64_C(1392458781200000);
|
||||
|
||||
class nsSTSPreload
|
||||
{
|
||||
|
@ -43,6 +43,8 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
|||
{ "crate.io", true },
|
||||
{ "crm.onlime.ch", false },
|
||||
{ "crypto.cat", false },
|
||||
{ "cupcake.io", true },
|
||||
{ "cupcake.is", true },
|
||||
{ "cyphertite.com", true },
|
||||
{ "davidlyness.com", true },
|
||||
{ "developer.mydigipass.com", false },
|
||||
|
@ -105,7 +107,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
|||
{ "sandbox.mydigipass.com", false },
|
||||
{ "securityheaders.com", true },
|
||||
{ "shodan.io", true },
|
||||
{ "silentcircle.com", true },
|
||||
{ "silentcircle.com", false },
|
||||
{ "simple.com", false },
|
||||
{ "squareup.com", false },
|
||||
{ "stocktrade.de", false },
|
||||
|
@ -113,6 +115,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
|
|||
{ "strongest-privacy.com", true },
|
||||
{ "support.mayfirst.org", false },
|
||||
{ "surkatty.org", true },
|
||||
{ "tent.io", true },
|
||||
{ "therapynotes.com", false },
|
||||
{ "twitter.com", false },
|
||||
{ "ubertt.org", true },
|
||||
|
|
Загрузка…
Ссылка в новой задаче