Markus Heiser 7e2e335dd1 [fix] limit maximum page number of a search query to page 50.
To test this PR run a local instance and try to query page 51:

    http://127.0.0.1:8888/search?q=foo&pageno=51

A parameter exception will be raised:

    searx.exceptions.SearxParameterException: Invalid value "51" for parameter pageno

And the client will receive a HTTP 400 (Bad request).

Closes https://github.com/searxng/searxng/issues/2972

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-10-29 16:17:25 +01:00
..
2023-09-18 16:20:27 +02:00
2023-10-13 11:47:30 +02:00
2023-09-18 16:20:27 +02:00
2023-09-18 16:20:27 +02:00
2023-10-13 12:56:29 +02:00
2022-07-30 18:04:44 +02:00
2023-09-18 16:20:27 +02:00
2023-09-18 16:20:27 +02:00
2023-09-18 16:20:27 +02:00
2023-09-18 16:20:27 +02:00