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

Unified Diff: LayoutTests/fast/xmlhttprequest/set-dangerous-headers-local.html

Issue 378183003: Update XMLHttpRequest forbidden header names. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/xmlhttprequest/set-dangerous-headers-local-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/xmlhttprequest/set-dangerous-headers-local.html
diff --git a/LayoutTests/fast/xmlhttprequest/set-dangerous-headers-local.html b/LayoutTests/fast/xmlhttprequest/set-dangerous-headers-local.html
index aad2469a9ed9034a30022b7dade63f553adc7d97..a488d54297856c4ab1f64ab3d0c41ed47b0fb59d 100644
--- a/LayoutTests/fast/xmlhttprequest/set-dangerous-headers-local.html
+++ b/LayoutTests/fast/xmlhttprequest/set-dangerous-headers-local.html
@@ -25,10 +25,10 @@ for file:// urls.</p>
req.setRequestHeader("AUTHORIZATION", "baz");
req.setRequestHeader("CONNECTION", "foobar");
req.setRequestHeader("CONTENT-LENGTH", "123456");
- req.setRequestHeader("CONTENT-TRANSFER-ENCODING", "foobar");
req.setRequestHeader("COOKIE", "foobar");
req.setRequestHeader("COOKIE2", "foobar");
req.setRequestHeader("DATE", "foobar");
+ req.setRequestHeader("DNT", "foobar");
req.setRequestHeader("EXPECT", "100-continue");
req.setRequestHeader("HOST", "foobar");
req.setRequestHeader("KEEP-ALIVE", "foobar");
« no previous file with comments | « no previous file | LayoutTests/fast/xmlhttprequest/set-dangerous-headers-local-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698