about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--res/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/config.toml b/res/config.toml
index b1012a3c..4a295099 100644
--- a/res/config.toml
+++ b/res/config.toml
@@ -251,8 +251,8 @@ max-redirect = 10
 prepend-scheme = "https://"
 prepend-https = true # deprecated, kept only for backwards-compatibility
 default-headers = {
-	User-Agent = "chawan",
-	Accept = "text/html,text/*;q=0.5",
+	User-Agent = "Mozilla/5.0 chawan",
+	Accept = "text/html, text/*;q=0.5, */*;q=0.4",
 	Accept-Encoding = "gzip, deflate",
 	Accept-Language = "en;q=1.0",
 	Pragma = "no-cache",