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

Unified Diff: net/http/transport_security_state_static_unittest3.json

Issue 2906483003: Experiment with a compact mode for simple preloaded entries. (Closed)
Patch Set: Initialize all struct members. Created 3 years, 3 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 | « net/http/transport_security_state.cc ('k') | net/http/transport_security_state_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/transport_security_state_static_unittest3.json
diff --git a/net/http/transport_security_state_static_unittest3.json b/net/http/transport_security_state_static_unittest3.json
index b1a1a69bd8999ded241a09971eb2eae71dc32bf3..1c740e1998e6afb78e55cad84957b22cf8293bdb 100644
--- a/net/http/transport_security_state_static_unittest3.json
+++ b/net/http/transport_security_state_static_unittest3.json
@@ -58,6 +58,11 @@
"expect_staple": true,
"include_subdomains_for_expect_staple": true,
"expect_staple_report_uri": "https://report.badssl.com/staple-upload"
+ }, {
+ // Keep this a simple entry in the context of TrieWriter::IsSimpleEntry().
+ "name": "simple-entry.example.com",
+ "mode": "force-https",
+ "include_subdomains": true
}
]
}
« no previous file with comments | « net/http/transport_security_state.cc ('k') | net/http/transport_security_state_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698