From 0a959b0924d9e48e3b1cc59b681eec06f06ce0b4 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 5 Apr 2026 23:17:23 +1200 Subject: Make the useragent actually work by actually SETTING THE FIELD and add persistent session storage --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index ce526bb..c69eb9f 100644 --- a/config.def.h +++ b/config.def.h @@ -27,6 +27,7 @@ extern void set_mode(Cinnamon* cinnamon, int new_mode); #define NO_QUIT_ON_CLOSE_LAST_TAB /* hide the tab bar, unless a keybind or command shows it */ #define HIDE_TAB_BAR +#define USERAGENT "Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/605.1.15 (KHTML, like Gecko) cinnamon/1.0 (git.arslaancodes.com/cinnamon-browser.git) Safari/605.1.15" /* Keybind definitions */ /* we use the _kbd prefix here just because, idk, good practice to keep keybinds isolated? in practice use whatever the hell you want as long as it doesnt interfere with builtin functions */ -- cgit v1.2.3