문제

Can we globally set on or off XSS filter in Kohana v 3.0?

I have the following search

 $config['global_xss_filtering'] = TRUE; 

it should globally activate xss by checking, but it's not working.

도움이 되었습니까?

해결책

The 'global_xss_filtering' option applies to Kohana v2. I suggest you read the xss security security guide for Kohana 3.0.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top