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

Unified Diff: net/http/transport_security_state_static.h

Issue 294733002: Require HTTPS for crbug.com. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 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
Index: net/http/transport_security_state_static.h
diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h
index ce35dc46700f221a8501bf651850c2a16835b674..8f67c95d78a2c082cc3f538cb7c93fa1bb581386 100644
--- a/net/http/transport_security_state_static.h
+++ b/net/http/transport_security_state_static.h
@@ -981,6 +981,7 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{17, false, "\006mobile\004usaa\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{12, true, "\007subrosa\002io", true, kNoPins, DOMAIN_NOT_PINNED },
{15, false, "\011detectify\003com", true, kNoPins, DOMAIN_NOT_PINNED },
+ {11, true, "\005crbug\003com", true, kNoPins, DOMAIN_NOT_PINNED },
};
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
« no previous file with comments | « no previous file | net/http/transport_security_state_static.json » ('j') | net/http/transport_security_state_static.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698