1
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
var staticEscapeMap = {
|
||||
'&': '&',
|
||||
'<': '<',
|
||||
'>': '>',
|
||||
'"': '"',
|
||||
"'": ''',
|
||||
'`': '`'
|
||||
}
|
||||
|
||||
module.exports = staticEscapeMap
|
||||
Reference in New Issue
Block a user