How can I create a silent deny message to block ads but without displaying text from an exception
search cancel

How can I create a silent deny message to block ads but without displaying text from an exception

book

Article ID: 165835

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

You can create a custom user-defined exception and use it as an action when blocking ads. This will block the image from loading and will not display an error or an access_denied message.

 

(exception.silent_denied
    (contact)
    (details " ")
    (format " ")
    (help " ")
    (summary " ")
    (http
        (code "200")
        (contact)
        (details)
        (format)
        (help)
        (summary)
     )
)