Sha256: 6df8560c64f9ecbfef9362ad7c76d5b8af74b801e9c9be60b9f83709ca3cdd2f
Contents?: true
Size: 630 Bytes
Versions: 4
Compression:
Stored size: 630 Bytes
Contents
# MuxRuby::UserAgentRestrictionSettings ## 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::UserAgentRestrictionSettings.new( allow_no_user_agent: null, allow_high_risk_user_agent: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems