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

Unified Diff: net/http/transport_security_state_static.json

Side-by-side diff isn't available for this file because of its large size.
Issue 1992813005: Add login.gov to the HSTS preload list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/transport_security_state_static.json
diff --git a/net/http/transport_security_state_static.json b/net/http/transport_security_state_static.json
index 5dd6c564f0a09a158fc6fa456668ec2846827088..6e213907a4bc078b1bb433e6f5c7fcc7ccf939ea 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -12838,6 +12838,7 @@
{ "name": "wordpress.com", "include_subdomains": false, "mode": "force-https" },
{ "name": "www.wordpress.com", "include_subdomains": false, "mode": "force-https" },
{ "name": "rugk.dedyn.io", "include_subdomains": true, "mode": "force-https" },
+ { "name": "login.gov", "include_subdomains": true, "mode": "force-https" },
// END OF MANUAL ADDITIONS
// To avoid trailing comma changes from showing up in diffs, we place a
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698