Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/security/referrerPolicyHeader/resources/postmessage-referrer.php |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/referrerPolicyHeader/resources/postmessage-referrer.php b/third_party/WebKit/LayoutTests/http/tests/security/referrerPolicyHeader/resources/postmessage-referrer.php |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5d30886f6c6696d2e9804f9f53a7f38f66448cf4 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/referrerPolicyHeader/resources/postmessage-referrer.php |
| @@ -0,0 +1,4 @@ |
| +<? |
| +header("Referrer-Policy: " . $_GET["policy"]); |
| +header("Location: postmessage-referrer.html"); |
| +?> |