Chromium Code Reviews| Index: LayoutTests/http/tests/security/contentSecurityPolicy/resources/redir.php |
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/resources/redir.php b/LayoutTests/http/tests/security/contentSecurityPolicy/resources/redir.php |
| index 16a01ed7820b87df33c3155a748a3dfe35c72107..53fc00659ff40af7b39366f3905fdbc5ac1e7e00 100644 |
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/resources/redir.php |
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/resources/redir.php |
| @@ -1,3 +1,4 @@ |
| <?php |
| header("location: ".$_GET["url"]); |
| +header('HTTP/1.1 307 Temporary Redirect'); |
| ?> |