TSG-8550 Proxy Policy支持对网页中的元素进行编辑 Element Editing

This commit is contained in:
fengweihao
2021-12-06 18:14:10 +08:00
parent 000ab9f991
commit 8705a6fa23
5 changed files with 923 additions and 21 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"};
const char *manipulate_action_map[]= {"redirect","block","replace","hijack","insert","element_edit"};
const char *panggu_action_map[__LG_ACTION_MAX];
panggu_action_map[LG_ACTION_MONIT]="monitor";