aboutsummaryrefslogtreecommitdiff
path: root/src/IO/Url.h
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-09-14 21:33:51 +0000
committercorvid <corvid@lavabit.com>2011-09-14 21:33:51 +0000
commit2b381546239853088e5a79887e2048583e05f3ba (patch)
tree7c1e9f8076f06d492a1891505484bd194b0f28a3 /src/IO/Url.h
parent71974ecc77d47e54a4c8fad105728b134fd620d0 (diff)
privacy: never send cookies in third-party requests
as mentioned in section 7.1 of RFC 6265
Diffstat (limited to 'src/IO/Url.h')
-rw-r--r--src/IO/Url.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/IO/Url.h b/src/IO/Url.h
index 95919f11..15934e13 100644
--- a/src/IO/Url.h
+++ b/src/IO/Url.h
@@ -18,7 +18,8 @@ int a_Http_proxy_auth(void);
void a_Http_set_proxy_passwd(const char *str);
char *a_Http_make_connect_str(const DilloUrl *url);
const char *a_Http_get_proxy_urlstr();
-Dstr *a_Http_make_query_str(const DilloUrl *url, bool_t use_proxy);
+Dstr *a_Http_make_query_str(const DilloUrl *url, const DilloUrl *requester,
+ bool_t use_proxy);
void a_Http_ccc (int Op, int Branch, int Dir, ChainLink *Info,
void *Data1, void *Data2);