From 774a63e40a1c4f9a7056ae08b5fa77430ed97be2 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 9 Feb 2025 16:07:49 +0900 Subject: modified surf/config.def.h --- surf/config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'surf/config.def.h') diff --git a/surf/config.def.h b/surf/config.def.h index 34cf531..ab3f7d6 100644 --- a/surf/config.def.h +++ b/surf/config.def.h @@ -10,9 +10,9 @@ static char *fulluseragent = ""; /* Or override the whole user agent string */ static char *scriptfile = "~/.surf/script.js"; static char *styledir = "~/.surf/styles/"; static char *certdir = "~/.surf/certificates/"; -static char *cachedir = "~/.surf/cache/"; -static char *cookiefile = "~/.surf/cookies.txt"; -static char *historyfile = "~/.surf/history.txt"; +static char *cachedir = "/tmp/"; +static char *cookiefile = "/tmp/cookies.txt"; +static char *historyfile = "/tmp/history.txt"; static char *searchengine = "https://searx.thesiah.xyz/?q="; static SearchEngine searchengines[] = { { " ", "https://searx.thesiah.xyz/?q=%s" }, -- cgit v1.2.3