mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] implements #264 : add rel="noreferrer" to external links
This commit is contained in:
parent
952473d297
commit
77b2fbb61e
22 changed files with 42 additions and 41 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<a href="{{ result.url }}" title="{{ result.title | striptags }}">
|
||||
<a href="{{ result.url }}" title="{{ result.title | striptags }}" rel="noreferrer">
|
||||
<canvas id="canvas-{{ pageno }}-{{ index }}" class="icon" width="16" height="16"></canvas>
|
||||
</a>
|
||||
<script type="text/javascript">
|
||||
favicons[{{ pageno }}][{{ index }}] = 'http://{{ result.url | extract_domain }}/favicon.ico';
|
||||
</script>
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue