ltm rule command ANTIFRAUD disable phishingΒΆ

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

ANTIFRAUD::disable_phishing
       Disables phishing detection for the current transaction.

SYNOPSIS
       ANTIFRAUD::disable_phishing

DESCRIPTION
       Disables phishing detection for the current transaction.

RETURN VALUE
       Disables phishing detection for the current transaction.

VALID DURING
       HTTP_REQUEST

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

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

BIG-IP						      2020-06-23					     iRule(1)