質問

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