| Index: chrome/common/extensions/docs/templates/articles/contentSecurityPolicy.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/contentSecurityPolicy.html b/chrome/common/extensions/docs/templates/articles/contentSecurityPolicy.html
|
| index 7c723a0d8f638a7e162337e8927627335583401d..45084207bf304b7aff72beec110fd286e7605620 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/contentSecurityPolicy.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/contentSecurityPolicy.html
|
| @@ -288,9 +288,9 @@ function main() {
|
| Domains in the <a href="https://publicsuffix.org/list/">Public Suffix list</a>
|
| are also viewed as generic top-level domains. To load a resource from these
|
| domains, the subdomain must explicitly be listed. For example,
|
| - <code>https://*.googleapis.com</code> is invalid, but
|
| - <code>https://ajax.googleapis.com</code> and
|
| - <code>https://*.ajax.googleapis.com</code> can be whitelisted.
|
| + <code>https://*.cloudfront.net</code> is invalid, but
|
| + <code>https://XXXX.cloudfront.net</code> and
|
| + <code>https://*.XXXX.cloudfront.net</code> can be whitelisted.
|
| </p>
|
|
|
| <p>
|
|
|