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

Unified Diff: chrome/test/data/ssl/redirect.html

Issue 2305093002: Fix incorrect SSL state being shown for client redirects. (Closed)
Patch Set: fix location.replace for same origin Created 4 years, 3 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: chrome/test/data/ssl/redirect.html
diff --git a/chrome/test/data/ssl/redirect.html b/chrome/test/data/ssl/redirect.html
new file mode 100644
index 0000000000000000000000000000000000000000..3ca12f4b0a815ca31e44847283602223590d5a69
--- /dev/null
+++ b/chrome/test/data/ssl/redirect.html
@@ -0,0 +1 @@
+<script>window.location.replace(window.location.search.substring(1));</script>

Powered by Google App Engine
This is Rietveld 408576698