Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: net/features.gni

Issue 2901393005: Experiment with HSTS preload list filtering. (Closed)
Patch Set: play.google.com is required too. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/http/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/features.gni
diff --git a/net/features.gni b/net/features.gni
index 12ba0e011c2f0893940ef0394d289251e5e7b21b..bbc22f2674d7b6a4c0f3cb797f05f2e30e01f103 100644
--- a/net/features.gni
+++ b/net/features.gni
@@ -27,4 +27,12 @@ declare_args() {
# Multicast DNS.
enable_mdns = is_win || is_linux
+
+ # The level of filtering for the HSTS preload list:
+ # 2: Heavy filtering; filter everything except entries that are needed for
+ # all targets to build and pass tests.
+ # 1: Moderate filtering; only the above and specificly marked entries are
+ # included.
+ # 0: No filtering; all entries are included.
+ hsts_preload_list_filter_level = 1 # Testing
}
« no previous file with comments | « no previous file | net/http/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698