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:
Julien Cristau 2022-09-27 16:26:07 +00:00
Родитель 6c6e75c20f
Коммит 381984af68
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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);
}