Protect against script injection

This commit is contained in:
barsdeveloper
2021-12-16 22:57:47 +01:00
parent 43439bbcd3
commit 8f0893447e
14 changed files with 178 additions and 107 deletions

4
js/Configuration.js Normal file
View File

@@ -0,0 +1,4 @@
export default class Configuration {
static deleteNodesKeyboardKey = "Delete"
}