From 31feb7228f76e0e6d92778f848be4ae27f93312d Mon Sep 17 00:00:00 2001 From: xatier Date: Wed, 15 Mar 2023 09:14:53 -0700 Subject: [PATCH] Update README [skip ci] (#971) * add `WHOOGLE_CONFIG_BLOCK_TITLE` and `WHOOGLE_CONFIG_BLOCK_URL` * this feature was originally added in 284a8102c85bdc69674952bc30a6cfacfb8b01ee but remained undocumented. Ref: conversations in https://github.com/benbusby/whoogle-search/pull/969 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 610b6e3..ad0025e 100644 --- a/README.md +++ b/README.md @@ -427,6 +427,8 @@ These environment variables allow setting default config values, but can be over | WHOOGLE_CONFIG_LANGUAGE | Set interface language | | WHOOGLE_CONFIG_SEARCH_LANGUAGE | Set search result language | | WHOOGLE_CONFIG_BLOCK | Block websites from search results (use comma-separated list) | +| WHOOGLE_CONFIG_BLOCK_TITLE | Block search result with a REGEX filter on title | +| WHOOGLE_CONFIG_BLOCK_URL | Block search result with a REGEX filter on URL | | WHOOGLE_CONFIG_THEME | Set theme mode (light, dark, or system) | | WHOOGLE_CONFIG_SAFE | Enable safe searches | | WHOOGLE_CONFIG_ALTS | Use social media site alternatives (nitter, invidious, etc) |