summaryrefslogtreecommitdiff
path: root/searx/templates/oscar
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2015-01-16 16:26:48 +0100
committerAdam Tauber <asciimoo@gmail.com>2015-01-16 16:26:48 +0100
commita1bf02e6526743cd834850b0f58ec8a1115a25b2 (patch)
tree0b1e77bbb6caa05e9a9850403b7f29bfce380462 /searx/templates/oscar
parent01143f48c527ff7bb98b9a9e3d31f087d7d30ca3 (diff)
[enh] add image proxy to image results
Diffstat (limited to 'searx/templates/oscar')
-rw-r--r--searx/templates/oscar/result_templates/images.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/result_templates/images.html b/searx/templates/oscar/result_templates/images.html
index 7ad4e2435..155c24153 100644
--- a/searx/templates/oscar/result_templates/images.html
+++ b/searx/templates/oscar/result_templates/images.html
@@ -1,7 +1,7 @@
{% from 'oscar/macros.html' import draw_favicon %}
<a href="{{ result.img_src }}" data-toggle="modal" data-target="#modal-{{ index }}">
- <img src="{{ result.img_src }}" alt="{{ result.title|striptags }}" title="{{ result.title|striptags }}" class="img-thumbnail">
+ <img src="{{ image_proxify(result.img_src) }}" alt="{{ result.title|striptags }}" title="{{ result.title|striptags }}" class="img-thumbnail">
</a>
<div class="modal fade" id="modal-{{ index }}" tabindex="-1" role="dialog" aria-hidden="true">