mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
The limiter plugin is not a plugin: * the user can't enable or disable the plugin and there is no point to allow that * the limiter does use any of the features provides by the plugin framework This commit convert the limiter plugin into normal code |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _helpers.py | ||
| http_accept.py | ||
| http_accept_encoding.py | ||
| http_accept_language.py | ||
| http_connection.py | ||
| http_user_agent.py | ||
| install.py | ||
| ip_limit.py | ||
| ip_lists.py | ||
| limiter.py | ||
| limiter.toml | ||
| link_token.py | ||