refac/enh: web search domain allow/block filter

This commit is contained in:
Timothy Jaeryang Baek
2025-11-16 13:52:09 -05:00
parent 21c0dd93e2
commit ee10f372a0
2 changed files with 21 additions and 2 deletions

View File

@@ -2840,6 +2840,7 @@ WEB_SEARCH_DOMAIN_FILTER_LIST = PersistentConfig(
# "wikipedia.com",
# "wikimedia.org",
# "wikidata.org",
# "!stackoverflow.com",
],
)