diff options
author | Josh Rickmar <jrick@devio.us> | 2012-07-31 22:02:49 -0400 |
---|---|---|
committer | Josh Rickmar <jrick@devio.us> | 2012-07-31 22:02:49 -0400 |
commit | 9449cc1d3d23c68368543eb756a3f2606c03be7a (patch) | |
tree | 31f671c50c663bbd28f32dfd63380ff29a5e64ca /hsts-preload | |
parent | 7d377d0d8dc75fc51040127dff495988f2b184af (diff) | |
download | xombrero-9449cc1d3d23c68368543eb756a3f2606c03be7a.tar.gz |
Re-add more google domains to the preloaded HSTS list. Accidently
removed these earlier as we had .google.com, which was later removed as .google.com was only there for cert pinning.
Diffstat (limited to 'hsts-preload')
-rw-r--r-- | hsts-preload | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/hsts-preload b/hsts-preload index 5bff60d..95fbcf9 100644 --- a/hsts-preload +++ b/hsts-preload @@ -17,6 +17,22 @@ force_https = twitter.com # sites from chromium's preloaded HSTS list # http://src.chromium.org/viewvc/chrome/trunk/src/net/base/transport_security_state_static.json?view=markup +force_https = .health.google.com +force_https = .checkout.google.com +force_https = .chrome.google.com +force_https = .docs.google.com +force_https = .sites.google.com +force_https = .spreadsheets.google.com +force_https = .appengine.google.com +force_https = .encrypted.google.com +force_https = .accounts.google.com +force_https = .profiles.google.com +force_https = .mail.google.com +force_https = .talkgadget.google.com +force_https = .talk.google.com +force_https = .hostedtalkgadget.google.com +force_https = .plus.google.com +force_https = .script.google.com force_https = .market.android.com force_https = .ssl.google-analytics.com force_https = .googleplex.com |