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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/multiple-enforce-policies.php

Issue 1869063003: Check all CSPs rather than exiting early if a resource is blocked (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix multiple-report-policies test Created 4 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?php
2 header("Content-Security-Policy: img-src http://* https://*; script-src 'self' ' unsafe-inline';, img-src http://*; script-src 'self' 'unsafe-inline';");
3 ?>
4 <!DOCTYPE html>
5 <html>
6 <head>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script>
11 </head>
12 <body>
13 <img src="ftp://blah.test" />
14 </body>
15 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/multiple-enforce-policies-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698