samurai - 2008-11-15 18:31:34
URL_FIlter_Simple Class based on domain and path dont'work !
SecureURL::setFilterIncludeOption(false); //exculde all URL
SecureURL::addFilter(new URL_Filter_Simple("yourdomain.com","yourpath")); //add your site to filter list
SecureURL::Initialize(new URL_Encoder_XOR("password"));
Any suggestions ?
Thank you