From 2f30b9e6d5a7efc84716144bb762e5bf9ab7c897 Mon Sep 17 00:00:00 2001 From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Mon, 25 Oct 2021 10:26:29 -0500 Subject: [PATCH] Make the origin more clear in the docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d55c5b4..0fc1848 100644 --- a/README.md +++ b/README.md @@ -373,7 +373,7 @@ Value (string): } ``` ### AutoLaunchProtocolsFromOrigins -Define a list of external protocols that can be used from listed origins without prompting the user. +Define a list of external protocols that can be used from listed origins without prompting the user. The origin is the scheme plus the hostname. The syntax of this policy is exactly the same as the [Chrome AutoLaunchProtocolsFromOrigins policy](https://cloud.google.com/docs/chrome-enterprise/policies/?policy=AutoLaunchProtocolsFromOrigins) except that you can only use valid origins (not just hostnames). This also means that you cannot specify an asterisk for all origins. -- 2.34.1