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

Unified Diff: LayoutTests/http/tests/security/upgrade-insecure-requests/resources/echo-https-header.pl

Issue 1235263002: UPGRADE: Rename the 'https' header. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Layouttest. Created 5 years, 5 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: LayoutTests/http/tests/security/upgrade-insecure-requests/resources/echo-https-header.pl
diff --git a/LayoutTests/http/tests/security/upgrade-insecure-requests/resources/echo-https-header.pl b/LayoutTests/http/tests/security/upgrade-insecure-requests/resources/echo-https-header.pl
index a10222178c49ce221ff50a7eaa8c0910294ad0a6..7f20fb80f29b6cba4ce658befbf4a9be323e5863 100755
--- a/LayoutTests/http/tests/security/upgrade-insecure-requests/resources/echo-https-header.pl
+++ b/LayoutTests/http/tests/security/upgrade-insecure-requests/resources/echo-https-header.pl
@@ -6,5 +6,5 @@ print "Access-Control-Allow-Origin: *\n";
print "Cache-Control: no-store\n\n";
print <<DONE
-{ "https": "$ENV{"HTTP_HTTPS"}" }
+{ "header": "$ENV{"HTTP_UPGRADE_INSECURE_REQUESTS"}" }
DONE

Powered by Google App Engine
This is Rietveld 408576698