From 70cc196e2d933a9a458ec43bf81d8475a57b26df Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 28 Apr 2021 16:07:21 +0200 Subject: [fix] new_issue.html: drop inline style attributes (CSP conformance) Inline styles are blocked by default with Content Security Policy (CSP). Move the inline styles from 'new_issue.html' to:: searx/static/themes/__common__/less/new_issue.less Signed-off-by: Markus Heiser --- searx/templates/__common__/new_issue.html | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'searx/templates/__common__/new_issue.html') diff --git a/searx/templates/__common__/new_issue.html b/searx/templates/__common__/new_issue.html index 2a111a527..d983417b0 100644 --- a/searx/templates/__common__/new_issue.html +++ b/searx/templates/__common__/new_issue.html @@ -10,7 +10,7 @@ in order to fetch the latest commit ID: ``` git log -1 -``` +``` If you are using searx-docker then look at the bottom of the SearXNG page and check for the version after "Powered by SearXNG" @@ -52,23 +52,6 @@ or manually by executing the searx/webapp.py file? --> {{-'\n '}}* {{ test_name }}: {% for result in results%}`{{ result }}`,{% endfor -%} {%- endfor -%} - {% endmacro %} -- cgit v1.2.3