bugfix: 修复html嵌套json无法删除问题

This commit is contained in:
fengweihao
2021-12-08 19:05:44 +08:00
parent 8705a6fa23
commit 99f92f7777
2 changed files with 43 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ int pangu_send_log(struct pangu_logger* handle, const struct pangu_log* log_msg)
const char *app_proto[]= {"unkonw","http1", "http2"};
const char *manipulate_action_map[]= {"redirect","block","replace","hijack","insert","element_edit"};
const char *manipulate_action_map[]= {"redirect","block","replace","hijack","insert","edit_element"};
const char *panggu_action_map[__LG_ACTION_MAX];
panggu_action_map[LG_ACTION_MONIT]="monitor";