| Index: components/policy/resources/policy_templates.json
|
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
|
| index 06c30b05359da6d6c14ecef963917642e825e0b6..1a3c36c9f5f642f0589c8ffb48c6cbc22bf8f82c 100644
|
| --- a/components/policy/resources/policy_templates.json
|
| +++ b/components/policy/resources/policy_templates.json
|
| @@ -137,7 +137,7 @@
|
| # persistent IDs for all fields (but not for groups!) are needed. These are
|
| # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
|
| # because doing so would break the deployed wire format!
|
| -# For your editing convenience: highest ID currently used: 340
|
| +# For your editing convenience: highest ID currently used: 341
|
| #
|
| # Placeholders:
|
| # The following placeholder strings are automatically substituted:
|
| @@ -8831,6 +8831,21 @@
|
|
|
| If the policy is not set, or if it is set to the empty string or an invalid port range, WebRTC is allowed to use any available local UDP port.''',
|
| },
|
| + {
|
| + 'name': 'WebRestrictionsAuthority',
|
| + 'id': 341,
|
| + 'type': 'string',
|
| + 'schema' : { 'type': 'string' },
|
| + 'tags': ['filtering'],
|
| + 'supported_on': ['webview_android:54-'],
|
| + 'caption': '''Set an external source of URL restrictions''',
|
| + 'desc' : '''When this policy is set to a non-empty string the WebView will read URL restrictions from the content provider with the given authority name.''',
|
| + 'features': {
|
| + 'dynamic_refresh': True,
|
| + 'per_profile': False,
|
| + },
|
| + 'example_value': 'com.android.chrome.SupervisedUserProvider'
|
| + },
|
| ],
|
| 'messages': {
|
| # Messages that are not associated to any policies.
|
|
|