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

8
js/action/Actions.js Normal file
View File

@@ -0,0 +1,8 @@
export default class Action {
apply() {
}
revert() {
}
}