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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/referrerPolicyHeader/referrer-policy-redirect.php

Issue 2108423002: Revert of Apply Referrer-Policy header when following redirects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/referrerPolicyHeader/referrer-policy-redirect.php
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/referrerPolicyHeader/referrer-policy-redirect.php b/third_party/WebKit/LayoutTests/http/tests/security/referrerPolicyHeader/referrer-policy-redirect.php
deleted file mode 100644
index 4c7afd59c1706968f23f6c22485b620e02bdaba5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/security/referrerPolicyHeader/referrer-policy-redirect.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-header("Referrer-Policy: origin");
-?>
-<!DOCTYPE html>
-<head>
- <script src="/resources/testharness.js"></script>
- <script src="/resources/testharnessreport.js"></script>
- <script src="/resources/get-host-info.js"></script>
-</head>
-<body>
-</body>
-<script>
- var policy = "no-referrer on redirect";
- var expectedReferrer = "";
- var navigateTo = "no-referrer-on-redirect";
-</script>
-<script src="resources/header-test.js"></script>
-</html>

Powered by Google App Engine
This is Rietveld 408576698