[fix] aol: disable http2 to prevent request fingerprinting (#6149)

This commit is contained in:
Bnyro
2026-05-26 12:15:35 +02:00
committed by GitHub
parent f5be39e245
commit 0037d43d87
+2
View File
@@ -60,6 +60,8 @@ base_url = "https://search.aol.com"
time_range_map = {"day": "1d", "week": "1w", "month": "1m", "year": "1y"}
safesearch_map = {0: "p", 1: "r", 2: "i"}
enable_http2 = False
def init(_):
if search_type not in ("search", "image", "video"):