You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Vipul 8bea927bb0 [Fix] oscar: no HTML escaping prior to output
When results are fetched from any programming related documentation site
(like git-scm.com, docs.python.org etc), content in Info box is shown as
raw HTML code.

This change addresses the issue by using "safe" filter feature provided by
Django. See,
  - https://docs.djangoproject.com/en/3.0/ref/templates/builtins/#safe
  - Searx issue tracker (issue #1649), for more information.

Resolves: #1649
5 years ago
..
answerers [fix] small fixes in preferences view's text 5 years ago
data update user agents 5 years ago
engines remove empty parenthesis in wikipedia's summary 5 years ago
plugins fix out of range error in tracker remover plugin 5 years ago
static theme: oscar - tidy up trailing whitespaces and tab usage 5 years ago
templates [Fix] oscar: no HTML escaping prior to output 5 years ago
translations [fix] escape perecent signs in translation file (#1528) 5 years ago
__init__.py Add addr setup via SEARX_BIND_ADDRESS 5 years ago
autocomplete.py [fix] never pass bangs to autocomplete suggestions 5 years ago
exceptions.py [fix] add message to SearxParameterException - fixes #1722 5 years ago
languages.py fix fetch_langauges to be more accurate 6 years ago
poolrequests.py [fix] measure request duration only if total_time attribute is set - fixes autocompleter 7 years ago
preferences.py [fix] preference query parameter decoding (#1599) 5 years ago
query.py [fix] normalize time range parameter 5 years ago
results.py [mod] speed optimization 5 years ago
search.py fix pep 8 check 5 years ago
settings.yml Merge pull request #1754 from MarcAbonce/seedpeer 5 years ago
settings_robot.yml Fix ./manage.sh robot_tests (#1633) 5 years ago
testing.py [fix] fix monkey patch in test_webapp.py (#1667) 5 years ago
url_utils.py minor fixes of pubmed engine 7 years ago
utils.py [mod] speed optimization 5 years ago
version.py update changelog and version.py 6 years ago
webapp.py hide suggestions box if empty 5 years ago