From ff436e3f26b93d3c6a71b650ca917643fc5e4d54 Mon Sep 17 00:00:00 2001 From: fengweihao Date: Wed, 20 Nov 2024 10:03:12 +0800 Subject: TSG-23793 Fixed the issue where comments in the HTML page containing or tags would cause the inserted script to fail --- plugin/business/tsg-http/src/tsg_logger.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugin/business/tsg-http/src/tsg_logger.cpp') diff --git a/plugin/business/tsg-http/src/tsg_logger.cpp b/plugin/business/tsg-http/src/tsg_logger.cpp index a3b85cb..7d9ecd3 100644 --- a/plugin/business/tsg-http/src/tsg_logger.cpp +++ b/plugin/business/tsg-http/src/tsg_logger.cpp @@ -43,7 +43,6 @@ enum _log_action #define get_time_ms(tv) ((long long)(tv.tv_sec) * 1000 + (long long)(tv.tv_usec) / 1000) - #ifdef __x86_64__ #include "uuid_v4_x86.h" #else -- cgit v1.2.3