diff --git a/src/schema/imported/privacy.json b/src/schema/imported/privacy.json index 27b55ccbb03..fe6606b9168 100644 --- a/src/schema/imported/privacy.json +++ b/src/schema/imported/privacy.json @@ -49,13 +49,24 @@ "description": "This property controls the minimum and maximum TLS versions. This setting's value is an object of $(ref:tlsVersionRestrictionConfig)." } ] + }, + "httpsOnlyMode": { + "allOf": [ + { + "$ref": "types#/types/Setting" + }, + { + "description": "Allow users to query the mode for 'HTTPS-Only Mode'. This setting's value is of type HTTPSOnlyModeOption, defaulting to never." + } + ] } }, "required": [ "networkPredictionEnabled", "peerConnectionEnabled", "webRTCIPHandlingPolicy", - "tlsVersionRestriction" + "tlsVersionRestriction", + "httpsOnlyMode" ] }, "services": { @@ -238,6 +249,15 @@ } } }, + "HTTPSOnlyModeOption": { + "type": "string", + "enum": [ + "always", + "private_browsing", + "never" + ], + "description": "The mode for https-only mode." + }, "TrackingProtectionModeOption": { "type": "string", "enum": [