All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.leopard.web.security.DomainWhiteListConfig Maven / Gradle / Ivy

The newest version!
package io.leopard.web.security;

import java.util.Set;

/**
 * 域名白名单配置接口.
 * 
 * @author 阿海
 * 
 */
public interface DomainWhiteListConfig {
	
	
	/**
	 * CSRF、JSON劫持漏洞域名白名单
	 * 
	 * @return
	 */
	Set getRefererDomainWhiteSet();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy