ltm rule command ANTIFRAUD alert forbidden added elementΒΆ

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



ANTIFRAUD::alert_forbidden_added_element
       Deprecated: For the external_sources alert: returns forbidden added
       HTML element and its content, in an escaped base64 format.

SYNOPSIS
DESCRIPTION
       for the external_sources alert: returns forbidden added HTML element
       and its content, in an escaped base64 format.

RETURN VALUE
       for the external_sources alert: returns forbidden added HTML element
       and its content, in an escaped base64 format.

VALID DURING
       ANTIFRAUD_ALERT

EXAMPLES
	when ANTIFRAUD_ALERT {
			log local0. "Alert forbidden added element: [ANTIFRAUD::alert_forbidden_added_element]."
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-12.0.0 --First introduced the command.  @BIGIP-13.0.0
       --Deprecated in favor of ANTIFRAUD::alert_min command.



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