Chrome blocklist for URLs

Introduction

For Google Chrome, a URL blocklist can be configured in Relution via the managed app configuration to block access to certain websites.

Configuration

Chrome-blocklist-1

Chrome-blocklist-2

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:*",
 "*"
]