Handles common security headers in a convenient way
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
void | void setXssProtection(string modeValue = XSS_BLOCK) | ||||
void | void setXFrameOptions(string optionValue = SAMEORIGIN, string url = null) | ||||
void | void checkValues(string value, string[] allowedValues) | ||||
void | void setReferrerPolicy(string policyValue = SAME_ORIGIN) | ||||
void | void setCrossDomainPolicy(string policyValue = ALL) | ||||
IResponse | IResponse process(IServerRequest serverRequest, IRequestHandler requestHandler) | ||||
void | void noSniff() | ||||
void | void noOpen() |