mirror of
				https://github.com/TeaOSLab/EdgeCommon.git
				synced 2025-11-04 05:00:24 +08:00 
			
		
		
		
	进一步缩短WAF Request Body检查尺寸
This commit is contained in:
		@@ -2,7 +2,7 @@ package firewallconfigs
 | 
			
		||||
 | 
			
		||||
import "encoding/json"
 | 
			
		||||
 | 
			
		||||
const DefaultMaxRequestBodySize int64 = 512 << 10
 | 
			
		||||
const DefaultMaxRequestBodySize int64 = 256 << 10
 | 
			
		||||
 | 
			
		||||
// HTTPFirewallPolicy 防火墙策略
 | 
			
		||||
type HTTPFirewallPolicy struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user