Versions in this module Expand all Collapse all v0 v0.1.0 Dec 22, 2022 Changes in this version + type XssMw struct + BmPolicy string + FieldsToSkip []string + func (mw *XssMw) ConstructJson(xmj XssMwJson, buff bytes.Buffer) bytes.Buffer + func (mw *XssMw) GetBlueMondayPolicy() *bluemonday.Policy + func (mw *XssMw) HandleGETRequest(c *gin.Context) error + func (mw *XssMw) HandleJson(c *gin.Context) error + func (mw *XssMw) HandleMultiPartFormData(c *gin.Context, ctHdr string) error + func (mw *XssMw) HandleXFormEncoded(c *gin.Context) error + func (mw *XssMw) RemoveXss() gin.HandlerFunc + func (mw *XssMw) SetRequestBodyJson(c *gin.Context, buff bytes.Buffer) error + func (mw *XssMw) XssRemove(c *gin.Context) error + type XssMwJson map[string]interface