You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: