Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-original-url.php |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-original-url.php b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-original-url.php |
| index 321f56449ea0ea660ae4ed8b2e39547598a52f87..27a6a35a2b277a1b57c197008dba852aab0056b6 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-original-url.php |
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-original-url.php |
| @@ -1,5 +1,5 @@ |
| <?php |
| - header("Content-Security-Policy-Report-Only: img-src http://allowed.test"); |
| + header("Content-Security-Policy-Report-Only: img-src http://allowed.test:8000"); |
|
Mike West
2017/04/12 13:31:36
Hrm. How did this ever work?
estark
2017/04/13 01:42:18
Hmm I don't know why I made this change, it was bo
|
| ?> |
| <!DOCTYPE html> |
| <script src="/resources/testharness.js"></script> |