diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-12 14:27:29 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-13 09:35:20 +0000 |
commit | c30a6232df03e1efbd9f3b226777b07e087a1122 (patch) | |
tree | e992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/components/onc/docs/onc_spec.md | |
parent | 7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff) | |
download | qtwebengine-chromium-85-based.tar.gz |
BASELINE: Update Chromium to 85.0.4183.14085-based
Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/components/onc/docs/onc_spec.md')
-rw-r--r-- | chromium/components/onc/docs/onc_spec.md | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/chromium/components/onc/docs/onc_spec.md b/chromium/components/onc/docs/onc_spec.md index 5ee8ae39a58..abad03ea4fd 100644 --- a/chromium/components/onc/docs/onc_spec.md +++ b/chromium/components/onc/docs/onc_spec.md @@ -191,11 +191,13 @@ warns admins of the implications of mis-using this policy for Chrome OS. * **DisableNetworkTypes** * (optional) - **array of string** * Allowed values are: - * Cellular - * Ethernet - * WiFi - * Tether + * *Cellular* + * *Ethernet* + * *WiFi* + * *Tether* + * *VPN* * List of strings containing disabled network interfaces. + * Adding *VPN* to the list will only disable Chrome OS built-in VPN. ## Network Configuration @@ -222,8 +224,14 @@ Field **NetworkConfigurations** is an array of * *DHCP* * *Static* * Determines whether the IP Address configuration is statically configured, - see **StaticIPConfig**, or automatically configured - using DHCP. + see **StaticIPConfig**, or automatically configured using DHCP. + +* **Metered** + * (optional, defaults to "false") - **boolean** + * Whether the network should be considered metered. This may affect auto + update frequency, and may be used as a hint for apps to conserve data. + When not specified, the system will set this to the detected value. + See also **WiFi.TetheringState**. * **NameServersConfigType** * (optional if **Remove** is *false*, otherwise ignored. Defaults to *DHCP* @@ -232,8 +240,7 @@ Field **NetworkConfigurations** is an array of * *DHCP* * *Static* * Determines whether the NameServers configuration is statically configured, - see **StaticIPConfig**, or automatically configured - using DHCP. + see **StaticIPConfig**, or automatically configured using DHCP. * **IPConfigs** * (optional for connected networks, read-only) - @@ -520,8 +527,7 @@ field **WiFi** must be set to an object of type [WiFi](#WiFi-type). * (optional, read-only, defaults to "NotDetected") - **string** * The tethering state of the WiFi connection. If the connection is tethered the value is "Confirmed". If the connection is suspected to be - tethered the value is "Suspected". In all other cases it's - "NotDetected". + tethered the value is "Suspected". In all other cases it's "NotDetected". --- * At least one of the fields **HexSSID** or **SSID** must be present. |