зеркало из https://github.com/mozilla/gecko-dev.git
bug 819106 - update processStsHeader call in hsts preload list script r=bsmith DONTBUILD (NPOTB)
This commit is contained in:
Родитель
aa6a61c8ef
Коммит
1f14212b7c
|
@ -105,7 +105,7 @@ function processStsHeader(hostname, header, status) {
|
|||
if (header != null) {
|
||||
try {
|
||||
var uri = Services.io.newURI("https://" + host.name, null, null);
|
||||
gSTSService.processStsHeader(uri, header, maxAge, includeSubdomains);
|
||||
gSTSService.processStsHeader(uri, header, 0, maxAge, includeSubdomains);
|
||||
}
|
||||
catch (e) {
|
||||
dump("ERROR: could not process header '" + header + "' from " + hostname +
|
||||
|
|
Загрузка…
Ссылка в новой задаче