diff options
-rw-r--r-- | net/http/transport_security_state.cc | 2 | ||||
-rw-r--r-- | net/http/transport_security_state_static.h | 1 | ||||
-rw-r--r-- | net/http/transport_security_state_static.json | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/net/http/transport_security_state.cc b/net/http/transport_security_state.cc index e6c5b42..6a7a14f 100644 --- a/net/http/transport_security_state.cc +++ b/net/http/transport_security_state.cc @@ -521,6 +521,8 @@ enum SecondLevelDomainName { DOMAIN_CRYPTO_CAT, DOMAIN_LAVABIT_COM, + DOMAIN_GOOGLETAGMANAGER_COM, + // Boundary value for UMA_HISTOGRAM_ENUMERATION: DOMAIN_NUM_EVENTS }; diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h index 6499a84..ae852e0 100644 --- a/net/http/transport_security_state_static.h +++ b/net/http/transport_security_state_static.h @@ -436,6 +436,7 @@ static const struct HSTSPreload kPreloadedSTS[] = { {12, true, "\006urchin\003com", false, kGooglePins, DOMAIN_URCHIN_COM }, {8, true, "\003goo\002gl", false, kGooglePins, DOMAIN_GOO_GL }, {6, true, "\001g\002co", false, kGooglePins, DOMAIN_G_CO }, + {22, true, "\020googletagmanager\003com", false, kGooglePins, DOMAIN_GOOGLETAGMANAGER_COM }, {11, true, "\006google\002ac", false, kGooglePins, DOMAIN_GOOGLE_AC }, {11, true, "\006google\002ad", false, kGooglePins, DOMAIN_GOOGLE_AD }, {11, true, "\006google\002ae", false, kGooglePins, DOMAIN_GOOGLE_AE }, diff --git a/net/http/transport_security_state_static.json b/net/http/transport_security_state_static.json index 28e7f35..a852543 100644 --- a/net/http/transport_security_state_static.json +++ b/net/http/transport_security_state_static.json @@ -225,6 +225,7 @@ { "name": "urchin.com", "include_subdomains": true, "pins": "google" }, { "name": "goo.gl", "include_subdomains": true, "pins": "google" }, { "name": "g.co", "include_subdomains": true, "pins": "google" }, + { "name": "googletagmanager.com", "include_subdomains": true, "pins": "google" }, { "name": "google.ac", "include_subdomains": true, "pins": "google" }, { "name": "google.ad", "include_subdomains": true, "pins": "google" }, { "name": "google.ae", "include_subdomains": true, "pins": "google" }, |