====== Response Pages ====== ^PAN-OS HTML Variable ^ Description ^ | | Application type of the blocked request.| | | URL filtering category of the blocked request.| | | The name of the certificate used for SSL decryption. Other cert variables include: , , , | | | Used in a file blocking continue page and will save a cookie and reload the page to download the file when continue is clicked.| | | Filename| | | Applicable HTML code for page type function - differs depending on which custom response page is used. URL Filtering Continue and Override Page returns a continue button. Captive Portal Comfort Page returns a user login.| | | The name of the policy/rule that trigged the event.| | | The name of the threat that trigged the event.| | | Requested URL (or Destination IP address for SSL Decryption)| | | Username (if available) or IP address of the user.| In the case of '''', it can only be used with the Captive Portal Comfort Page and the URL Filtering Continue and Override Page Additionally, you can create a response page to show a different message depending on a variable. In the following code, a different message is shown depending on the URL category. If the URL category is games, Message 1 would be displayed, if the category as travel, Message 2 would be displayed. var cat = ""; switch(cat) { case 'games': document.getElementById("warningText").innerHTML = "Message 1"; break; case 'travel': document.getElementById("warningText").innerHTML = "Message 2"; break; case 'kids': document.getElementById("warningText").innerHTML = "Message 3"; break; } ^ Page Type ^ Active? ^ Variables Used by default ^ Other available variables ^ Activated when... ^ | Antivirus Block Page| Always active| N/A| Optional:


| A virus or spyware was detected and blocked| | Application Block Page| Disabled by default|
| Optional: | Application access not allowed by policy and blocked| | Captive Portal Comfort Page| Always active| | | User not part of the Active Directory domain and presented with an web page for login| | File Blocking Continue Page| Always active|
| Optional:

| Page for user to confirm that downloading should continue. This option is available only if continue functionality is enabled in the security profile.| | File Blocking Block Page| Always active| | Optional:

| A file type not allowed by policy was blocked| | GlobalProtect Portal Help Page| Always active| N/A| N/A| Custom help page for GlobalProtect users (accessible from the portal)| | GlobalProtect Portal Login Page| Always active| | N/A| Page for users who attempt to access the GlobalProtect portal.| | GlobalProtect Portal Welcome Page| Always active| N/A| N/A| Welcome page for users who attempt to log in to the GlobalProtect portal.| | SSL Certificate Errors Notify Page| Always active|






| | Notification that an SSL certificate has been revoked.| | SSL Decryption Opt-out Page| Disabled by default|
| Optional:
| Session will be SSL-inspected| | URL Filtering and Category Match Block Page| Always active|


| Optional:
| Blocked by URL Filtering policy.| | URL Filtering Continue and Override Page| Always active|


| N/A| Blocked by URL Filtering policy, but with the option for users to continue to original page if they believe the block was in error| ===== Demo Page ===== Web Page Blocked

Busted!

Access to the web page you were trying to visit has been blocked (and probably for a good reason). Get back to work.

IP:

URL:

Category:

If you believe this site has been inappropriately blocked, use the form below to submit for review.

Comment:

===== Embed Images ===== You can embed images into the response pages (rather than just linking to them).