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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-when-cross-origin-document.html

Issue 2445823002: Remove CSP referrer directive (Closed)
Patch Set: remove unused test file Created 4 years, 2 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/fetch/referrer/origin-when-cross-origin-document.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-when-cross-origin-document.html b/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-when-cross-origin-document.html
index 48dce3aa6baf902b29b9892417a51a4a83e225ce..1f64de9938ecbc6d05bd4420aa0b0fd387dbf81a 100644
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-when-cross-origin-document.html
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-when-cross-origin-document.html
@@ -1,6 +1,6 @@
<!doctype html>
<html>
-<meta http-equiv = "Content-Security-Policy" content = "referrer origin-when-cross-origin">
+<meta name="referrer" content="origin-when-cross-origin">
<title>Fetch in a document with &quot;referrer origin-when-cross-origin&quot; policy</title>
<body>
<script src = "/resources/testharness.js"></script>

Powered by Google App Engine
This is Rietveld 408576698