The Browser Content Redirection feature is installed by default with the Horizon Linux Agent.
With Horizon Agent 2412, only the Chrome browser is supported.
Steps to Deploy Browser Content Redirection on Linux Agent
- Ensure the Horizon Linux Agent is installed on the Linux virtual machine. If needed, follow the steps in Install Horizon Agent on a Linux Machine.
- Download and install Google Chrome on the agent system.
- Install the Horizon Browser Content Redirection Extension.
Access the Chrome Web Store and install the Horizon Browser Redirection extension. - Install the Horizon Linux Agent required packages:
Ubuntu and Debian sudo apt install libnss3-toolsRHEL and Rocky sudo yum install nss-toolsSLED and SLES sudo zypper install mozilla-nss-tools - Edit the
/etc/omnissa/configfile to enable and configure Browser Content Redirection.html5mmr.bcr.enableBCR=true - Set URL Whitelist: Define which URLs are allowed for Browser Content Redirection
Example:html5mmr.bcr.urlWhiteList=https://www.google.com/*;https://*.* - Reboot the Linux VM to apply the changes.
Limitations
The client machine’s network must be able to reach the specified URLs in the whitelist.
Was this page helpful?