Show
Ignore:
Timestamp:
10/04/2007 03:32:31 PM (14 months ago)
Author:
Shadowhand
Message:

Updated Input, replacing xss_clean() with a function by Christian Stocker. This function is blazing fast and does most of the right stuff.

Other changes are spit shine.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/application/config/config.php

    r647 r648  
    5858*/ 
    5959$config['permitted_uri_chars'] = 'a-z 0-9~%.:_-'; 
     60 
     61/* 
     62| ----------------------------------------------------------------------------- 
     63| Global XSS Filtering 
     64| ----------------------------------------------------------------------------- 
     65| 
     66| Enable or disable global XSS (Cross-Site-Scripting) attack filtering on all 
     67| user input, include POST, GET, and FILES. 
     68| 
     69*/ 
     70$config['global_xss_filtering'] = TRUE; 
    6071 
    6172/*