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

io.leopard.web.security.xss.XssCheckerScriptImpl Maven / Gradle / Ivy

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

public class XssCheckerScriptImpl implements XssChecker {

	private static XssChecker instance = new XssCheckerScriptImpl();

	public static XssChecker getInstance() {
		return instance;
	}

	// "",
	// "", "




© 2015 - 2024 Weber Informatics LLC | Privacy Policy