зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset c7514250b068 (bug 1788684) r=RyanVM
asus.com is no longer returning a HSTS header with includeSubdomains so we don't need to override the check anymore. Differential Revision: https://phabricator.services.mozilla.com/D158192
This commit is contained in:
Родитель
6c6e75c20f
Коммит
381984af68
|
@ -426,10 +426,6 @@ function filterForcedInclusions(inHosts, outNotForced, outForced) {
|
|||
host.forceInclude = true;
|
||||
host.error = ERROR_NONE;
|
||||
outForced.push(host);
|
||||
} else if (host.name == "asus.com") {
|
||||
dump(
|
||||
"INFO: Excluding asus.com from HSTS preload list (https://bugzilla.mozilla.org/show_bug.cgi?id=1788684)"
|
||||
);
|
||||
} else {
|
||||
outNotForced.push(host);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче