searxng/searx/static/themes/oscar/src/less/pointhi
Markus Heiser cdfb4b7ff9 [fix] make /stats more CSP compliant - bar graph
Replace bar graph's *styles* (see below) by CSP compliant implementation in
``searx/static/themes/__common__/less/stats.less`` ::

    ./simple/stats.html:49: <span style="width: calc(max(2px, 100%*{{ (engine_stat.result_count / engine_stats.max_result_count )|round(3) }}))" class="stacked-bar-chart-serie1"></span>{{- "" -}}
    ./simple/stats.html:57: <span style="width: calc(max(2px, 100%*{{ (engine_stat.http / engine_stats.max_time )|round(3) }}))" class="stacked-bar-chart-serie1"></span>{{- "" -}}
    ./simple/stats.html:58: <span style="width: calc(100%*{{ engine_stat.processing / engine_stats.max_time |round(3) }})" class="stacked-bar-chart-serie2"></span>{{- "" -}}
    ./oscar/stats.html:50:  <span style="width: calc(max(2px, 100%*{{ (engine_stat.result_count / engine_stats.max_result_count )|round(3) }}))" class="stacked-bar-chart-serie1"></span>{{- "" -}}
    ./oscar/stats.html:58:  <span style="width: calc(max(2px, 100%*{{ (engine_stat.http / engine_stats.max_time )|round(3) }}))" class="stacked-bar-chart-serie1"></span>{{- "" -}}
    ./oscar/stats.html:59:  <span style="width: calc(100%*{{ engine_stat.processing / engine_stats.max_time |round(3) }})" class="stacked-bar-chart-serie2"></span>{{- "" -}}

Reported-by: https://github.com/searxng/searxng/issues/57
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-05-17 17:41:22 +02:00
..
advanced.less [mod] oscar: move compiled files to the src directory 2021-03-10 19:28:51 +01:00
checkbox.less [mod] oscar: move compiled files to the src directory 2021-03-10 19:28:51 +01:00
code.less [mod] upgrade pygments 2021-03-16 09:07:08 +01:00
cursor.less [mod] oscar: move compiled files to the src directory 2021-03-10 19:28:51 +01:00
footer.less [mod] oscar: move compiled files to the src directory 2021-03-10 19:28:51 +01:00
infobox.less [mod] oscar: move compiled files to the src directory 2021-03-10 19:28:51 +01:00
navbar.less [mod] oscar: move compiled files to the src directory 2021-03-10 19:28:51 +01:00
onoff.less [mod] oscar: move compiled files to the src directory 2021-03-10 19:28:51 +01:00
oscar.less [fix] make /stats more CSP compliant - bar graph 2021-05-17 17:41:22 +02:00
preferences.less [fix] make /stats more CSP compliant - bar graph 2021-05-17 17:41:22 +02:00
pygments.less [upd] ./manage pyenv.cmd searx_extra/update/update_pygments.py 2021-04-26 19:11:58 +02:00
results.less [mod] upgrade pygments 2021-03-16 09:07:08 +01:00
search.less [mod] oscar: move compiled files to the src directory 2021-03-10 19:28:51 +01:00
variables.less [mod] oscar: /preferences , engines tab: report engine times 2021-04-21 16:24:46 +02:00