mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Sanitize: do not escape forward slash (#65416)
This commit is contained in:
committed by
GitHub
parent
09ff5ab522
commit
420aeb3bec
@@ -85,6 +85,5 @@ export function escapeHtml(str: string): string {
|
||||
.replace(/</g, '<')
|
||||
.replace(/>/g, '>')
|
||||
.replace(/'/g, ''')
|
||||
.replace(/\//g, '/')
|
||||
.replace(/"/g, '"');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user