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

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 @tott Created 3 years, 12 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
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..eb36bdfcef7cbae5bdfd8b50f472da05223d55cf
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/sandboxed_pages_csp/local_frame.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<script src="local_frame.js"></script>
+<div>local_frame.html</div>

Powered by Google App Engine
This is Rietveld 408576698