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

Unified Diff: LayoutTests/http/tests/htmlimports/resources/having-nonce-policy.html

Issue 183883004: Let ContentSecurityPolicy shared between imports and the master. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adding guardRef()/guardDeref() Created 6 years, 10 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: LayoutTests/http/tests/htmlimports/resources/having-nonce-policy.html
diff --git a/LayoutTests/http/tests/htmlimports/resources/having-nonce-policy.html b/LayoutTests/http/tests/htmlimports/resources/having-nonce-policy.html
index 5bd9f84280112f837d0db788369cd7d047a0adcd..6f4ae1434e2014e7caeb942c6dc41ac4fff8c696 100644
--- a/LayoutTests/http/tests/htmlimports/resources/having-nonce-policy.html
+++ b/LayoutTests/http/tests/htmlimports/resources/having-nonce-policy.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html>
<head>
-<meta http-equiv="Content-Security-Policy" content="script-src 'nonce-hello'">
<script src="external-script.js"></script>
<script nonce="hello" src="external-script-with-nonce.js"></script>
<script>

Powered by Google App Engine
This is Rietveld 408576698