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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scripthash-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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scripthash-multiple-policies-with-unsafe-inline-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scripthash-multiple-policies-with-unsafe-inline.html
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scripthash-multiple-policies-with-unsafe-inline.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scripthash-multiple-policies-with-unsafe-inline.html
deleted file mode 100644
index 570f4146e8353242235e22297153640973803291..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scripthash-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' 'sha256-uxcCTJ1x+1cgRY+gX4jcYRLIyzt5oojPPbxUg49Ed6o='">
- </head>
- <body>
- <script type="text/javascript">
- if (window.testRunner)
- testRunner.dumpAsText();
- alert("PASS");
- </script>
- </body>
-<html>
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scripthash-multiple-policies-with-unsafe-inline-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698