From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Mon, 25 Oct 2021 15:26:29 +0000 (-0500) Subject: Make the origin more clear in the docs. X-Git-Tag: v3.3~2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/2f30b9e6d5a7efc84716144bb762e5bf9ab7c897?ds=inline;hp=-c Make the origin more clear in the docs. --- 2f30b9e6d5a7efc84716144bb762e5bf9ab7c897 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.