Chrome blocklist for URLs
On this page
Introduction
For Google Chrome, a URL blocklist can be configured in Relution via the managed app configuration to block access to certain websites.
Configuration
Below is an example of specifying multiple websites, separated by commas.
URL Blocklist →
[
"example.com",
"https://ssl.server.com",
"hosting.com/bad_path",
"https://server:8080/path",
".exact.hostname.com",
"file://*",
"custom_scheme:*",
"*"
]