diff options
author | joe <rbo@gmx.us> | 2025-10-01 11:51:01 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-01 11:51:01 +0200 |
commit | 6c4fac824a4e00583272e0fc6d2661229d1d0220 (patch) | |
tree | dee02ba06fea29454e80294174db19cc306103d3 /config.def.h | |
parent | up (diff) | |
download | surf-6c4fac824a4e00583272e0fc6d2661229d1d0220.tar.gz surf-6c4fac824a4e00583272e0fc6d2661229d1d0220.tar.bz2 surf-6c4fac824a4e00583272e0fc6d2661229d1d0220.tar.xz surf-6c4fac824a4e00583272e0fc6d2661229d1d0220.tar.zst surf-6c4fac824a4e00583272e0fc6d2661229d1d0220.zip |
up
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index 352970d..cf6475b 100644 --- a/config.def.h +++ b/config.def.h @@ -19,7 +19,7 @@ static Parameter defconfig[ParameterLast] = { [AccessWebcam] = { { .i = 0 }, }, [Certificate] = { { .i = 0 }, }, [CaretBrowsing] = { { .i = 0 }, }, - [CookiePolicies] = { { .v = "@Aa" }, }, + [CookiePolicies] = { { .v = "A@a" }, }, [DarkMode] = { { .i = 0 }, }, [DefaultCharset] = { { .v = "UTF-8" }, }, [DiskCache] = { { .i = 1 }, }, @@ -61,8 +61,8 @@ static int winsize[] = { 800, 600 }; static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE | WEBKIT_FIND_OPTIONS_WRAP_AROUND; -#define PROMPT_GO "Go:" -#define PROMPT_FIND "Find:" +#define PROMPT_GO "go:" +#define PROMPT_FIND "find:" /* SETPROP(readprop, setprop, prompt)*/ #define SETPROP(r, s, p) { \ @@ -116,6 +116,7 @@ static SiteSpecific styles[] = { { "://windmill\\.nuabee\\.fr", "default.css" }, { "://www\\.startpage\\.com", "default.css" }, { "://duckduckgo\\.com", "default.css" }, + { "://my\\.vultr\\.com", "default.css" }, { "://www\\.protondb\\.com", "default.css" }, { "://www\\.reddit\\.com", "default.css" }, { "://www\\.youtube\\.com", "default.css" }, |