We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a84419d + 1037457 commit 615275cCopy full SHA for 615275c
src/Http.elm
@@ -772,7 +772,7 @@ This is called [`withCredentials`][wc] in JavaScript, and it allows a couple
772
other risky things as well. It can be useful if `www.example.com` needs to
773
talk to `uploads.example.com`, but it should be used very carefully!
774
775
-For example, every HTTP request includes a `Host` header revealing the domain,
+For example, every HTTP request includes a `Origin` header revealing the domain,
776
so any request to `facebook.com` reveals the website that sent it. From there,
777
cookies can be used to correlate browsing habits with specific users. “Oh, it
778
looks like they visited `example.com`. Maybe they want ads about examples!”
0 commit comments