--- myst: html_meta: "description lang=en": "Stub Palo Alto proxy notes." "keywords": "Kasm, Browser, Isolation, Zero Trust, Palo Alto" "property=og:locale": "en_US" --- ## Palo Alto The Palo Alto Next Gen Firewall can be configured to redirect users to Kasm by utilizing custom **Response Pages** for URL Filtering block, override or continue actions. Administrators may desire to restrict users from accessing certain URLs or categories directly, and instead present users with a special Response Page with the option to visit the link in isolation via Kasm, or even automatically redirect them. Please consult the following vendor documentation for configuration steps. Below are example block pages that may be used to redirect users. ```{code-block} none :caption: Block Page to automatically redirect the user to Kasm :emphasize-lines: 3 ``` ```{code-block} none :caption: Default Palo Alto Block Page with a link to open the blocked site in Kasm :emphasize-lines: 56 Web Page Blocked

Web Page Blocked

Access to the web page you were trying to visit has been blocked in accordance with company policy. Please contact your system administrator if you believe this is in error.

User:

URL:

Category:

Open Site in Kasm

If you feel this page has been incorrectly blocked, you may click Continue to proceed to the page. However, this action will be logged.

Return to previous page
``` ```{figure} /images/browser_isolation/pa_block.png :align: center **Custom Response Page with Link to Kasm** ```