To restrict user access only to authorized URLs, first access the policy of the devices you want to configure and allow the Google Chrome app in the Play Store.
After adding it, click on the managed settings button for the app in the policy’s app list, as shown in the image below.
After clicking the managed settings button, a new screen will appear showing all the available configurations for the app.
On this screen, the first step is to assign a name to the configuration, as shown in the image below.
After naming the configuration, locate the fields "Block access to a list of URLs" and "Allow access to a list of URLs".
- To configure the browser to accept any URL except the blocked URLs, fill in only the "Block access to a list of URLs" field with the URLs you want to block, in the format of a JavaScript array, for example:
Block access to a list of URLs
["url1", "url2", ...]
To configure the browser to block all URLs except the allowed ones, fill in the "Block access to a list of URLs" field with the following value:
Block access to a list of URLs
["*"]
and then fill in the "Allow access to a list of URLs" field with the allowed URLs, also in the format of a JavaScript array, for example:
Allow access to a list of URLs
["url1", "url2", ...]
Finally, click Save to apply the configuration, as shown in the image below.
After saving the configuration, the system will return to the app list of the policy.
At this point, it is necessary to save the policy to confirm and apply the new configuration.