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

io.leopard.web4j.nobug.csrf.DomainWhiteListConfig Maven / Gradle / Ivy

There is a newer version: 0.9.12
Show newest version
package io.leopard.web4j.nobug.csrf;

import java.util.List;

/**
 * 域名白名单配置接口.
 * 
 * @author 阿海
 * 
 */
public interface DomainWhiteListConfig {

	/**
	 * CSRF、JSON劫持漏洞域名白名单
	 * 
	 * @return
	 */
	List getRefererDomainWhiteList();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy