Sha256: 04508b7d49a5595e8a78c3fd870f856bb4e12b6da92eceaefaa5ef29ef88c312

Contents?: true

Size: 628 Bytes

Versions: 4

Compression:

Stored size: 628 Bytes

Contents

# MuxRuby::UserAgentRestrictionRequest

## Properties

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

## Example

```ruby
require 'mux_ruby'

instance = MuxRuby::UserAgentRestrictionRequest.new(
  allow_no_user_agent: null,
  allow_high_risk_user_agent: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mux_ruby-3.20.0 docs/UserAgentRestrictionRequest.md
mux_ruby-3.19.0 docs/UserAgentRestrictionRequest.md
mux_ruby-3.18.0 docs/UserAgentRestrictionRequest.md
mux_ruby-3.17.0 docs/UserAgentRestrictionRequest.md