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

Unified Diff: content/test/data/form_that_posts_cross_site.html

Issue 2230103003: Propagate Origin header via CreateURLRequestForNavigation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify code for converting GURL into WebString representing the origin. Created 4 years, 4 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: content/test/data/form_that_posts_cross_site.html
diff --git a/content/test/data/form_that_posts_cross_site.html b/content/test/data/form_that_posts_cross_site.html
index 6317347e9d004f921ef2e85fb6122491a7c1d4ad..44c3bd188c8012be283793e57892d87097b72223 100644
--- a/content/test/data/form_that_posts_cross_site.html
+++ b/content/test/data/form_that_posts_cross_site.html
@@ -2,7 +2,7 @@
<html>
<head></head>
<body>
- <form id="text-form" method="POST" action="/cross-site-307/x.com/echoall">
+ <form id="text-form" method="POST" action="/cross-site-307/i.com/cross-site-307/x.com/echoall">
Avi (use Gerrit) 2016/08/12 22:54:33 This change doesn't interfere with the existing te
Łukasz Anforowicz 2016/08/12 23:00:30 Correct - it doesn't interfere with the existing t
<input type="text" id="text" name="text" value="value">
<input type="submit">
</form>

Powered by Google App Engine
This is Rietveld 408576698