mirror of
https://github.com/searx/searx
synced 2025-08-30 22:16:19 +00:00
[enh] use morty proxy for image proxification too if it is configured
This commit is contained in:
@@ -266,6 +266,9 @@ def proxify(url):
|
|||||||
|
|
||||||
def image_proxify(url):
|
def image_proxify(url):
|
||||||
|
|
||||||
|
if settings.get('result_proxy'):
|
||||||
|
return proxify(url)
|
||||||
|
|
||||||
if url.startswith('//'):
|
if url.startswith('//'):
|
||||||
url = 'https:' + url
|
url = 'https:' + url
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user