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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scriptnonce-multiple-policies-with-unsafe-inline.html

Issue 704723003: Revert "Allow CSP checkNonce and checkHash to pass with 'unsafe-inline' only." (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/security/contentSecurityPolicy/1.1/scriptnonce-multiple-policies-with-unsafe-inline.html
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scriptnonce-multiple-policies-with-unsafe-inline.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scriptnonce-multiple-policies-with-unsafe-inline.html
deleted file mode 100644
index 16b71ade4945dfb3eeb259703c86e59f2b2be97e..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scriptnonce-multiple-policies-with-unsafe-inline.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta http-equiv="Content-Security-Policy" content="script-src * 'unsafe-inline'">
- <meta http-equiv="Content-Security-Policy" content="script-src * 'unsafe-inline' 'nonce-nonceynonce'">
- </head>
- <body>
- <script type="text/javascript" nonce="nonceynonce">
- if (window.testRunner)
- testRunner.dumpAsText();
- alert("PASS");
- </script>
- </body>
-<html>

Powered by Google App Engine
This is Rietveld 408576698