Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 895 Bytes

UserAgentRestrictionSettings.md

File metadata and controls

12 lines (8 loc) · 895 Bytes

Mux.Csharp.Sdk.Model.UserAgentRestrictionSettings

Rules that control what user agents are allowed to play your videos. Please see Using User-Agent HTTP header for validation for more details on this feature.

Properties

Name Type Description Notes
AllowNoUserAgent bool Whether or not to allow views without a `User-Agent` HTTP request header. [optional] [default to true]
AllowHighRiskUserAgent bool Whether or not to allow high risk user agents. The high risk user agents are defined by Mux. [optional] [default to true]

[Back to Model list] [Back to API list] [Back to README]