summaryrefslogtreecommitdiff
path: root/searx/engines/stocksnap.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/stocksnap.py')
-rw-r--r--searx/engines/stocksnap.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/engines/stocksnap.py b/searx/engines/stocksnap.py
index 3c532d0bb..85eeccbda 100644
--- a/searx/engines/stocksnap.py
+++ b/searx/engines/stocksnap.py
@@ -21,8 +21,6 @@ about = {
"require_api_key": False,
"results": "JSON",
}
-# otherwise all requests get blocked, probably HTTP2 fingerprinting
-enable_http2 = False
base_url = "https://stocksnap.io"
cdn_url = "https://cdn.stocksnap.io"