mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
WIP: use the package botdetection
This commit is contained in:
parent
ac430a9eaf
commit
e826a71c2b
17 changed files with 98 additions and 1261 deletions
|
|
@ -17,9 +17,9 @@
|
|||
{% else %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/searxng.min.css') }}" type="text/css" media="screen" />
|
||||
{% endif %}
|
||||
{% if get_setting('server.limiter') or get_setting('server.public_instance') %}
|
||||
<link rel="stylesheet" href="{{ url_for('client_token', token=link_token) }}" type="text/css" />
|
||||
{% endif %}
|
||||
{%- if botdetection_html_header is defined -%}
|
||||
{{- botdetection_html_header() | safe -}}
|
||||
{%- endif %}
|
||||
{% block styles %}{% endblock %}
|
||||
<!--[if gte IE 9]>-->
|
||||
<script src="{{ url_for('static', filename='js/searxng.head.min.js') }}" client_settings="{{ client_settings }}"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue