You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just a reminder in order to properly document the GF_PANELS_DISABLE_SANITIZE_HTML=true setting.
The functionality is working OK, however the formula's are not getting rendered.
As far as I could see the MathJax JS library is referenced in one of the HTML frames, but still the rendering is not occurring. Please advise.
Finally I remember: There was a "sanitize_html"-feature enabled by default in transition to Grafana v6.0.0-beta1, see breaking changes in the changelog.
We have enable the disable_sanitize_html option in the [panels]-section of the grafana.ini configuration file or set the environment variable GF_PANELS_DISABLE_SANITIZE_HTML=true. Beware: This allows some vectors for cross-site-scripting-attacks.
Solution
[panels]# If set to true Grafana will allow script tags in text panels. Not recommended as it enable XSS vulnerabilities.disable_sanitize_html = true
This is just a reminder in order to properly document the
GF_PANELS_DISABLE_SANITIZE_HTML=true
setting.You will find more details at https://source.irceline.be/corona-eu/luftdatenpumpe/issues/10.
The text was updated successfully, but these errors were encountered: