mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-27 17:15:33 +08:00
WAF参数中增加“请求来源”
This commit is contained in:
@@ -19,6 +19,9 @@ func TestRuleCheckpoint_Markdown(t *testing.T) {
|
||||
row += "* 名称:" + def.Name + "\n"
|
||||
row += "* 代号:`${" + def.Prefix + "}`\n"
|
||||
row += "* 描述:" + def.Description + "\n"
|
||||
if len(def.Version) > 0 {
|
||||
row += "* 版本:v" + def.Version + "\n"
|
||||
}
|
||||
result = append(result, row)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user