|
|
|
|
|
by r0s
806 days ago
|
|
This is on point. One other thing is to limit input frequency, only allow a certain amount of posts over some period of time. Enforce this on both the front and back-end. A little more complex, you can set a lifetime limit per user by IP address, which won't stop a truly dedicated attacker but will definitely block most of the random web crawler scripts that find your site. |
|