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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-only-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-only-document.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-only-document.html b/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-only-document.html
index ac5627a207d3915e8b2c3a5f3a78e6f1abd1e9c3..9d30601e4f5b6cd7b59cf47d514063b4b07665a4 100644
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-only-document.html
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-only-document.html
@@ -1,6 +1,6 @@
<!doctype html>
<html>
-<meta http-equiv = "Content-Security-Policy" content = "referrer origin">
+<meta name="referrer" content="origin">
<title>Fetch in a document with &quot;referrer origin&quot; policy</title>
<body>
<script src = "/resources/testharness.js"></script>

Powered by Google App Engine
This is Rietveld 408576698