Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/csp.php |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/csp.php b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/csp.php |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4568b613775a3434ff8e68db059edda505125c6e |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/csp.php |
| @@ -0,0 +1,4 @@ |
| +<?php |
| + header("Content-Security-Policy: ${_GET['csp']}"); |
| +?> |
| +<!doctype html><title>Header!</title> |