The Browser Content Redirection feature is installed by default with the Horizon Linux Agent.
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.
## Cache Management for Browser Content Redirection (Linux Clients)
On Linux systems, Browser Content Redirection (BCR) uses Chromium Embedded Framework (CEF) processes that store cache data locally on the client device. Cache data can persist across sessions and grow over time.
Administrators can configure cache size limits and stale cache eviction settings in the Horizon Client configuration file to control disk usage.
For more information about cache configuration settings and behavior, see Install and Configure Browser Content Redirection.
Limitations
The client machine’s network must be able to reach the specified URLs in the whitelist.
Was this page helpful?