ltm rule command ANTIFRAUD disable malwareΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



ANTIFRAUD::disable_malware
       Disables malware detection for the current transaction.

SYNOPSIS
       ANTIFRAUD::disable_malware

DESCRIPTION
       disables malware detection for the current transaction.

RETURN VALUE
       disables malware detection for the current transaction.

VALID DURING
       HTTP_REQUEST

EXAMPLES
	when HTTP_REQUEST {
	    if { [HTTP::header exists "Antifraud-Disable-Malware" ] } {
		ANTIFRAUD::disable_malware
		log local0. "Malware Detection disabled"
	    }
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-13.0.0
		   --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)