diff options
Diffstat (limited to 'searx/engines/luxxle.py')
| -rw-r--r-- | searx/engines/luxxle.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/searx/engines/luxxle.py b/searx/engines/luxxle.py index a7bc71f09..37da21d36 100644 --- a/searx/engines/luxxle.py +++ b/searx/engines/luxxle.py @@ -37,17 +37,13 @@ about = { } categories = [] -safeseach = True +safesearch = True base_url = "https://luxxle.com" luxxle_categ = "search" """Supported categories: "search", "news", "images", "videos".""" -# otherwise all requests get blocked (http2-fingerprinted probably) -enable_http2 = False - - safe_search_map = {0: "Off", 1: "Moderate", 2: "Strict"} |
