mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1027133: Set test_mode=false for *.twitter.com (r=keeler)
This commit is contained in:
parent
3002add78f
commit
dee96fd3f7
@ -1004,7 +1004,7 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
||||
{ "torproject.org", false, true, false, -1, &kPinset_tor },
|
||||
{ "translate.googleapis.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "twimg.com", true, false, false, -1, &kPinset_twitterCDN },
|
||||
{ "twitter.com", true, true, false, -1, &kPinset_twitterCDN },
|
||||
{ "twitter.com", true, false, false, -1, &kPinset_twitterCDN },
|
||||
{ "urchin.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "w-spotlight.appspot.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "wallet.google.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
|
@ -211,6 +211,6 @@
|
||||
// twitterCDN. More specific rules take precedence because we search for
|
||||
// exact domain name first.
|
||||
{ "name": "twitter.com", "include_subdomains": true,
|
||||
"pins": "twitterCDN", "test_mode": true }
|
||||
"pins": "twitterCDN", "test_mode": false }
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user