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

Side by Side Diff: chrome/test/data/extensions/api_test/sandboxed_pages_csp/manifest.json

Issue 2563843002: Restrict app sandbox's CSP to disallow loading web content in them. (Closed)
Patch Set: sync @tott Created 3 years, 11 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "Tests that loading web content fails inside sandboxed pages",
3 "manifest_version": 2,
4 "version": "0.1",
5 "sandbox": {
6 "pages": ["sandboxed.html"],
7 "content_security_policy": "sandbox allow-scripts; child-src *;"
8 }
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698