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

Unified Diff: chrome/test/data/extensions/api_test/sandboxed_pages_csp/local_frame.html

Issue 2563843002: Restrict app sandbox's CSP to disallow loading web content in them. (Closed)
Patch Set: sync Created 4 years 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
Index: chrome/test/data/extensions/api_test/sandboxed_pages_csp/local_frame.html
diff --git a/chrome/test/data/extensions/api_test/sandboxed_pages_csp/local_frame.html b/chrome/test/data/extensions/api_test/sandboxed_pages_csp/local_frame.html
new file mode 100644
index 0000000000000000000000000000000000000000..fe40a87d5f97a2fef4ad86cb4e8e27e5bb1d541a
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/sandboxed_pages_csp/local_frame.html
@@ -0,0 +1,2 @@
+<!DOCTYPE html>
+<script src="local_frame.js"></script>

Powered by Google App Engine
This is Rietveld 408576698