summary refs log tree commit diff
path: root/bin
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
commit63b17e69bdb322ab36673fc38266462408096abc (patch)
treef31e83bb8ab7222dcfe3cb56e4457cd7e7ad5952 /bin
parentEnable cookies in title (diff)
downloadsrc-63b17e69bdb322ab36673fc38266462408096abc.tar.gz
src-63b17e69bdb322ab36673fc38266462408096abc.zip
Revert "Enable cookies in title"
This reverts commit 279111dda15dd9170e11b9688eb973f2af2e6300.
Diffstat (limited to '')
-rw-r--r--bin/title.c1
1 files changed, 0 insertions, 1 deletions
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);
nce/commit/QUIRKS.7?h=3.0&id=639bf6bd4ee6c9bff0ca1696d3698c35dbfaf4fd&follow=1'>Add note about Libera.Chat SASL-only rangesJune McEnroe 2021-05-25Add QUIRKS fileJune McEnroe 2021-05-19Replace freenode with tilde.chatJune McEnroe 2021-05-04notify: Reword pounce-notify manualJune McEnroe 2021-05-02Clean up Makefiles, configure scriptsJune McEnroe Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables. 2021-04-30palaver: Exit on getopt failureJune McEnroe Oops. 2021-04-30notify: Implement pounce-notifyJune McEnroe