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/static/themes/simple
Markus Heiser 2b26285a73 [fix] simple theme: make autocomplete-js CSP compliant
The CSP issue is, that the `_Position` function in the autocomplete-js set the
style attributes by `setAttribute("style", ...)`.  Using `setAttribute` to set
the style attribute invokes the HTML parser and CSP is triggered [1].

This patch overwrite the `_Position` function of autocomplete-js.

BTW: remove trailing whitespace

[1] https://stackoverflow.com/a/57633533

Closes: https://github.com/searxng/searxng/issues/352
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
css [build] /static 3 years ago
img [build] /static 3 years ago
js [build] /static 3 years ago
src [fix] simple theme: make autocomplete-js CSP compliant 3 years ago
.eslintrc.json [fix] Optimize SVG for WEB usage / CSP 'style-src self' 3 years ago
.gitignore [themes] ignore packages-lock.json 3 years ago
.jshintrc [emacs] .dir-locals.el: add setup for js-mode 3 years ago
.stylelintrc.json [mod] add stylelint process to target themes.simple 3 years ago
gruntfile.js [fix] simple theme: make LESS sources available on non build hosts 3 years ago
package.json [mod] simple theme: smaller build 3 years ago
svg4favicon.svgo.js [enh] add SVG favicon href="favicon.svg" type="image/svg+xml" 3 years ago
svg4web.svgo.js [fix] Optimize SVG for WEB usage / CSP 'style-src self' 3 years ago