Walter.Web.FireWall.Filters Namespace
Classes
Class | Description | |
---|---|---|
![]() |
BlockBotsFilter |
Block Bots filter will reject all requests where the user was identified as being a BOT
|
![]() |
BlockMaliciousUserFilter |
Block Malicious user filter will reject all requests where the user was identified as being a BOT
|
![]() |
CrossSiteFilter |
Cross site filter will reject all cross site requests
|
![]() |
FireWallFilter |
Class FireWallFilter can be used to enable always on inside an MVC web application FireWallAttribute to enable the firewall on individual controllers, pages and actions.
|
![]() |
FishingFilter |
Used to capture a sort of activity where you try and post exceptions till you find a vulnerability in the system either by getting an answer by the system or by the system providing an error message leaking a vulnerability
|
![]() |
PrivacyPreferencesFilter |
This filter will inject the P3P header in your browser
|
![]() |
ProtectorBase |
The base class used by the FireWall Action Filters.
|
![]() |
SecureCookiesFilter | Obsolete. Filter that can be used to ensure cookies are secured using GDPR compliant encryption |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
FireWallGuardModules |
Enumerable that contains FireWall Guard Module names. The even though there are more guard modules that are active,
this however is the list of rules that can be managed by means of configuration.
|