[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser] 06/36: Bug 1788684 - exclude asus.com from HSTS preload list. r=dveditz, a=RyanVM
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to annotated tag FIREFOX_102_4_0esr_BUILD1
in repository tor-browser.
commit a86c6fca966f2f58ef471bc38a428457f4a86a0f
Author: Julien Cristau <jcristau@xxxxxxxxxxx>
AuthorDate: Tue Sep 20 13:28:54 2022 +0000
Bug 1788684 - exclude asus.com from HSTS preload list. r=dveditz, a=RyanVM
---
taskcluster/docker/periodic-updates/scripts/getHSTSPreloadList.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/taskcluster/docker/periodic-updates/scripts/getHSTSPreloadList.js b/taskcluster/docker/periodic-updates/scripts/getHSTSPreloadList.js
index f10c77dc873c..4989128dcceb 100644
--- a/taskcluster/docker/periodic-updates/scripts/getHSTSPreloadList.js
+++ b/taskcluster/docker/periodic-updates/scripts/getHSTSPreloadList.js
@@ -429,6 +429,10 @@ 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);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits