diff options
author | Jernej Jakob <jernej.jakob@gmail.com> | 2023-04-18 17:48:53 +0200 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2023-04-19 21:35:39 +0100 |
commit | 7aef680ad5b13193555ac03c8568069d9e30a0ce (patch) | |
tree | 26ca28257a9b2d84d91673c4e148580da6c1a2e6 /src/config.def.h | |
parent | 827f02479623b9a33f3f3f61ea26f5658be12ee0 (diff) |
Update default user-agent to WebKitGTK 2.40.0 default
Fixes the "your browser is out of date" error some sites show (Cloudflare).
Diffstat (limited to 'src/config.def.h')
-rw-r--r-- | src/config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.def.h b/src/config.def.h index f7d225d..92f1341 100644 --- a/src/config.def.h +++ b/src/config.def.h @@ -79,7 +79,7 @@ /* search engine */ #define SETTING_SEARCH_ENGINE "https://duckduckgo.com/?q=$0" /* user agent */ -#define SETTING_USER_AGENT "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Safari/605.1.15 " +#define SETTING_USER_AGENT "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15 " /* geolocation-accept allowed values always, ask, never */ #define SETTING_GEOLOCATION_ACCEPT "never" /* cookie-accept allowed values always, origin, never */ |