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

Unified Diff: chrome/common/extensions/docs/templates/articles/contentSecurityPolicy.html

Issue 673183003: Allow *.googleapis.com to be used in CSP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update docs (googleapis.com -> cloudfront.net) Created 6 years, 2 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
« no previous file with comments | « no previous file | extensions/common/csp_validator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | extensions/common/csp_validator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698