0

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.

Roko C. Buljan
  • 196,159
  • 39
  • 305
  • 313
Jabeen
  • 357
  • 2
  • 4
  • 15

1 Answers1

1

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

Lethargy
  • 1,859
  • 14
  • 15