Walter.Web.FireWall
IgnoreRequestsThatAreNotDiscovered Property
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Configurations Namespace > RulesConfig Class : IgnoreRequestsThatAreNotDiscovered Property
Gets a value indicating whether to ignore requests that are not discovered or not listed in [DomainKey].DiscoveRrouts.json.
Syntax
public bool IgnoreRequestsThatAreNotDiscovered {get; set;}

Property Value

true if [ignore requests that are not discovered]; otherwise, false.
Remarks
This enabling this is not recommended as it would open the site to zero-day exploits. The benefit is that you only protect what you intend to protect and gain throughput as the processes get processed faster without the firewall than with the firewall validating requests you perhaps do not care about.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RulesConfig Class
RulesConfig Members