Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
infra
spot
Commits
e8734b37
Commit
e8734b37
authored
Jan 18, 2019
by
Venca24
Browse files
[FIX] image_proxify
parent
89dd3dd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
searx/webapp.py
View file @
e8734b37
...
...
@@ -295,6 +295,9 @@ def image_proxify(url):
if
not
request
.
preferences
.
get_value
(
'image_proxy'
):
return
url
if
url
.
startswith
(
'data:image/jpeg;base64,'
):
return
url
if
settings
.
get
(
'result_proxy'
):
return
proxify
(
url
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment