- Mar 13, 2016
- 1,298
I have tested Netcraft XSS few years ago. Chrome was testing its new (at that time) same origin policy and offered some tests to go with. The XSS protection of Netcraft did quite well.
I guess it is based on text patterns and command sequences which indicate client side injected scripts (making makes them first party so you would need to block all scripts to be protected not just third-party).
I guess it is based on text patterns and command sequences which indicate client side injected scripts (making makes them first party so you would need to block all scripts to be protected not just third-party).