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 specific websites.
Configuration
Portal > Your AE Policy > Manage Apps > Google Chrome (add if not present) > Configuration
A popup will open here. In the Block access to a list of URLs field, the list must be passed as shown in the example below. Multiple websites are separated by commas.
https://github.com/blocklistproject/Lists(https://chromeenterprise.google/policies/?policy=URLBlocklist)
[
"example.com",
"https://ssl.server.com",
"hosting.com/bad_path",
"https://server:8080/path",
".exact.hostname.com",
"file://*",
"custom_scheme:*",
"*"
]