Class | Description | |
---|---|---|
![]() | BlockDurationAttribute | This attribute allows you to configure a specific rule on a controller or a specific action end enables you to specify how long something should be blocked. Implements the System.Attribute |
![]() | DisableFirewallAttribute | Disables all rules and validations on an endpoint(s) by the firewall, basically it's an Always-Off for an endpoint |
![]() | GeoIgnoreAttribute | Tells the Firewall to ignore geographically access filters to an endpoint Implements the System.Attribute |
![]() | IgnoreAttribute | Tells the firewall to ignore this controller or action and perform no actions at all. This is especially use full for those endpoints that do error handling. Implements the System.Attribute |
![]() | MinifyAttribute | Will minify the Razor output if the request is a HTTPGet and does not contain an error. |
![]() | NoCacheAttribute | Tells the razor engine to include not cash the response in any form or way guarantying that the action is re-executed |
![]() | PageRefreshAttribute | Tells the firewall how ofter a page can be refreshed by the user during a page visit. Implements the System.Attribute |
![]() | PageScrubbingAttribute | Page scrubbing attribute indicates that the endpoint will be protected from data scrubbing |
![]() | SecureCookiesAttribute | Ensure that all cookies are secure unless explicitly specified and data in the cookie is GDPR protected if at all possible |
![]() | WhiteListIPAttribute | White-List IP address single or ranges for a specific guard action |