Handle updated/created edit attempts server-side #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
add server-side validation preventing users from updating db-bound fields (as introduced by
1442a2a664
)client-side this has been disabled in
031ed0a2c0
but that doesn't prevent anyone from sending requests directly to the server, especially without anyone checking.