diff options
| author | Arslaan Pathan <[email protected]> | 2026-04-05 23:17:23 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-04-05 23:17:23 +1200 |
| commit | 0a959b0924d9e48e3b1cc59b681eec06f06ce0b4 (patch) | |
| tree | 89348ccbeb01bc8f601520c637c474f8069d3822 /config.def.h | |
| parent | 3ab659c927d1284595e870e34377c834c5fd838c (diff) | |
| download | cinnamon-browser-0a959b0924d9e48e3b1cc59b681eec06f06ce0b4.tar.xz cinnamon-browser-0a959b0924d9e48e3b1cc59b681eec06f06ce0b4.zip | |
Make the useragent actually work by actually SETTING THE FIELD and add persistent session storage
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |
