mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 05:12:12 +08:00
XSS: Fixed history XSS issue (#22680)
This commit is contained in:
@ -59,7 +59,7 @@ var (
|
||||
<span class="diff-line-number">
|
||||
{{if .RightLine }}{{ .RightLine }}{{ end }}
|
||||
</span>
|
||||
<span class="diff-value diff-indent-{{ .Indent }}" title="{{ .Text }}">
|
||||
<span class="diff-value diff-indent-{{ .Indent }}" title="{{ .Text }}" ng-non-bindable>
|
||||
{{ .Text }}
|
||||
</span>
|
||||
<span class="diff-line-icon">{{ ctos .Change }}</span>
|
||||
|
Reference in New Issue
Block a user