Topic: What is the fastest setting to only filter for XSS vulnerabilities?
Hi patnaik,
Thank you for your awesome code. I was wondering if all you want to do is filter for XSS vulnerabilities and nothing else what would be the setup that optimizes for speed?
I read somewhere on this forum that tag balancing takes up processing power. If we disabled tag balancing will it create a potential security risk?
So if I'm correct, the XSS filter only setup that optimizes for speed:
safe = 1
balance = 0
Are there others to consider?