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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-original-url.php

Issue 2790693002: Split CSP into pre- and post-upgrade checks (Closed)
Patch Set: add unit tests Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698