Quote:
Originally Posted by MrEyes
If you have applied the fix I mentioned earlier you can fix this by using the following exclusions:
Code:
$securityexclusions = array(
'do=viewsubscription',
'=http'
);
However this mean that you have switched off one of the actual checks and people will be able to pass urls as querystrings. This being said there are alot of mods out there that use this sort of thing and not many hacks that can abuse it. Your call.
There are better solutions, but this would need the entire mod to be reworked.
|
any way to make it that user group 6 is ignore by firewall ?