Implement URL XSS attack

This commit is contained in:
2024-10-08 14:30:39 +02:00
parent 3dd7b1d4c6
commit 41a7cbc9da
19 changed files with 243 additions and 61 deletions

View File

@@ -5,13 +5,17 @@
"topLocations": "Top Locations",
"tickets": "Ticket | Tickets",
"concert": "Concert | Concerts",
"resetPreferences": "Reset preferences",
"resetDatabase": "Reset database",
"resetDatabaseConfirm": {
"title": "Reset database?",
"description": "Do you really want to reset the server database? This can't be undone! Progress will not be deleted."
},
"preferences": {
"pageSetup": "Page setup",
"selectedTheme": "Selected theme",
"language": "Language",
"systemSetup": "System setup",
"resetDatabase": "Reset database",
"resetPreferences": "Reset preferences",
"resetConfirm": "Really reset the database?"
},
"product": {
@@ -93,10 +97,6 @@
"deleteAccount": {
"title": "Delete account?",
"description": "Do you really want to delete the account? This can't be undone!"
},
"resetConfirm": {
"title": "Reset database?",
"description": "Do you really want to reset the server database? This can't be undone!"
}
},
"scoreBoard": {
@@ -161,5 +161,7 @@
"price": "Price",
"standingArea": "Standing Area",
"exerciseGroup": "Exercise group",
"exercise": "Exercise"
"exercise": "Exercise",
"resetProgress": "Reset Exercise Progress",
"youAreHere": "You are here:"
}