From 63b17e69bdb322ab36673fc38266462408096abc Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 22 Sep 2019 12:15:33 -0400 Subject: Revert "Enable cookies in title" This reverts commit 279111dda15dd9170e11b9688eb973f2af2e6300. --- bin/title.c | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') diff --git a/bin/title.c b/bin/title.c index 7881b787..47343d48 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); -- cgit 1.4.1