diff options
author | joe <rbo@gmx.us> | 2025-10-01 00:24:54 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-01 00:24:54 +0200 |
commit | 873fc789aed0cc8ac978fa59d84befad3e7856ea (patch) | |
tree | 461f7df2bf9c15209c58f3700ca13a0ee8a88ed7 /config.def.h | |
parent | surfin (diff) | |
download | surf-873fc789aed0cc8ac978fa59d84befad3e7856ea.tar.gz surf-873fc789aed0cc8ac978fa59d84befad3e7856ea.tar.bz2 surf-873fc789aed0cc8ac978fa59d84befad3e7856ea.tar.xz surf-873fc789aed0cc8ac978fa59d84befad3e7856ea.tar.zst surf-873fc789aed0cc8ac978fa59d84befad3e7856ea.zip |
up
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index fb6d574..352970d 100644 --- a/config.def.h +++ b/config.def.h @@ -109,11 +109,14 @@ static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE | */ static SiteSpecific styles[] = { /* regexp file in $styledir */ + { "://10\\.1\\.1\\.6", "default.css" }, { "://dash\\.int\\.ysosecure\\.com", "default.css" }, { "://leek\\.int\\.ysosecure\\.com", "default.css" }, { "://support\\.nuabee\\.fr", "default.css" }, { "://windmill\\.nuabee\\.fr", "default.css" }, { "://www\\.startpage\\.com", "default.css" }, + { "://duckduckgo\\.com", "default.css" }, + { "://www\\.protondb\\.com", "default.css" }, { "://www\\.reddit\\.com", "default.css" }, { "://www\\.youtube\\.com", "default.css" }, { "://github\\.com", "default.css" }, |