summary refs log tree commit diff
path: root/bin/title.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-09-22 12:15:33 -0400
committerJune McEnroe <june@causal.agency>2019-09-22 12:15:33 -0400
commitc4fe9d66d52876be85c6b61b1f36f47ecc819f19 (patch)
treed882e11e37989f9b7da982c9ed00da1be6972c4f /bin/title.c
parentEnable cookies in title (diff)
downloadsrc-c4fe9d66d52876be85c6b61b1f36f47ecc819f19.tar.gz
src-c4fe9d66d52876be85c6b61b1f36f47ecc819f19.zip
Revert "Enable cookies in title"
This reverts commit 3231fe21d3b389448c9a5ca7b4c91fdd25c9e677.
Diffstat (limited to 'bin/title.c')
-rw-r--r--bin/title.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/title.c b/bin/title.c
index 85a3d6ee..199c18d8 100644
--- a/bin/title.c
+++ b/bin/title.c
@@ -155,7 +155,6 @@ int main(int argc, char *argv[]) {
 
 	curl_easy_setopt(curl, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
 	curl_easy_setopt(curl, CURLOPT_USERAGENT, "title/1.0");
-	curl_easy_setopt(curl, CURLOPT_COOKIEFILE, "");
 	curl_easy_setopt(curl, CURLOPT_ACCEPT_ENCODING, "");
 	curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L);
 	curl_easy_setopt(curl, CURLOPT_MAXREDIRS, 3L);