I've just installed and set up your port which I'll be using for PHP, JS, CSS, HTML and SQL, but one of my very first test cases failed to be properly detected: <script>alert("XSS")</script> is neither detected as HTML nor as JavaScript, but instead as PHP. And the returned code uses < and > rather than < and > which looks rather ugly... so I was wondering if this is a feature I can turn off?
I've just installed and set up your port which I'll be using for PHP, JS, CSS, HTML and SQL, but one of my very first test cases failed to be properly detected:
<script>alert("XSS")</script>
is neither detected as HTML nor as JavaScript, but instead as PHP. And the returned code uses<
and>
rather than<
and>
which looks rather ugly... so I was wondering if this is a feature I can turn off?