mirror of
https://github.com/searxng/searxng.git
synced 2026-06-02 16:07:41 +02:00
[fix] aol: disable http2 to prevent request fingerprinting (#6149)
This commit is contained in:
@@ -60,6 +60,8 @@ base_url = "https://search.aol.com"
|
|||||||
time_range_map = {"day": "1d", "week": "1w", "month": "1m", "year": "1y"}
|
time_range_map = {"day": "1d", "week": "1w", "month": "1m", "year": "1y"}
|
||||||
safesearch_map = {0: "p", 1: "r", 2: "i"}
|
safesearch_map = {0: "p", 1: "r", 2: "i"}
|
||||||
|
|
||||||
|
enable_http2 = False
|
||||||
|
|
||||||
|
|
||||||
def init(_):
|
def init(_):
|
||||||
if search_type not in ("search", "image", "video"):
|
if search_type not in ("search", "image", "video"):
|
||||||
|
|||||||
Reference in New Issue
Block a user