whoogle-search/app
xatier b1e468ff01
Fix bug in title/url blocking regex (#969)
Fix the exception `AttributeError: 'Filter' object has no attribute 'block_url'`
introduced in this commit [1].

`self.block_title` and `self.block_url` were members of the Filter
object[2], but not anymore after commit [1].

This bug can be reproduced with setting WHOOGLE_CONFIG_BLOCK_URL to a
non-empty string.

[1] 10a15e06e1
[2] 284a8102c8
2023-03-14 11:22:53 -06:00
..
models Add time constraint to search options (#888) 2022-12-21 13:24:27 -07:00
static Remove ig->bibliogram redirects 2023-02-21 09:42:42 -07:00
templates Remove `preferences` arg from opensearch template 2023-03-06 15:33:28 -07:00
utils Suppress invalid warning from bs4, add 404 handler 2023-03-07 11:28:55 -07:00
__init__.py Autoload `whoogle.env` if it exists 2023-01-04 10:35:42 -07:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Fix bug in title/url blocking regex (#969) 2023-03-14 11:22:53 -06:00
request.py Add time constraint to search options (#888) 2022-12-21 13:24:27 -07:00
routes.py Suppress invalid warning from bs4, add 404 handler 2023-03-07 11:28:55 -07:00
version.py Bump version to 0.8.1 2022-12-19 10:52:02 -07:00