-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
Hi There,
I am currently experimenting with VSF on a development server and am finding that it only catches malicious content if it was put in the first field of a form.
Something like this for example:
<script>alert(1);</script>
Causes a 403 to be returned if put in the very first element of any form that I have tested. If I put that in any other field, VSF ignores it.
Is anyone else seeing similar behaviour or have I just set something up wrong? Currently I have a completely out-of-the-box config and just followed the install instructions from here. No other changes have been made.
Any help of advice would be greatly appreciated! Thanks!