Allows you to modify how Mux validates playback requests with different user agents. Please see Using User-Agent HTTP header for validation for more details on this feature.
Whether or not to allow views without a User-Agent
HTTP request header.
Whether or not to allow high risk user agents. The high risk user agents are defined by Mux.
ID of the Playback Restriction.
{
"allow_no_user_agent": false,
"allow_high_risk_user_agent": false
}
{
"data": {
"id": "9dbEg8o00uqQzZbzJT6NXdqNA00SdnSo8O",
"updated_at": "1607945257",
"created_at": "1607939184",
"referrer": {
"allowed_domains": [
"*.example.com"
],
"allow_no_referrer": true
},
"user_agent": {
"allow_no_user_agent": false,
"allow_high_risk_user_agent": false
}
}
}