mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	优化xss过滤后格式出现的异常
This commit is contained in:
		@@ -387,7 +387,7 @@ public final class HTMLFilter
 | 
			
		||||
                        {
 | 
			
		||||
                            paramValue = processParamProtocol(paramValue);
 | 
			
		||||
                        }
 | 
			
		||||
                        params.append(' ').append(paramName).append("=\\\"").append(paramValue).append("\"");
 | 
			
		||||
                        params.append(' ').append(paramName).append("=\\\"").append(paramValue).append("\\\"");
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user