ANTIFRAUD::disable_phishing

Description

This command disables phishing detection for the current transaction.

Syntax

ANTIFRAUD::disable_phishing

Examples

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