class PermissionsPolicy
Ruby on Rails 7.0.10
Since v6.1.7.10Configures the HTTP Feature-Policy response header to specify which browser features the current document and its iframes can use.
Example global policy:
Rails.application.config.permissions_policy do |policy|
policy.camera :none
policy.gyroscope :none
policy.microphone :none
policy.usb :none
policy.fullscreen :self
policy.payment :self, "https://secure.example.com"
end
Inherits from
Namespace
Modules
Classes
Constants
Attributes
Methods (defined here)
- # build
- # initialize_copy
- self. new
Private methods (5)
Show private methods Implementation detail — not part of the public API.
Methods (inherited)
From Object
(16)
- # acts_like?
- # blank?
- # deep_dup
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # presence
- # presence_in
- # present?
- # to_param
- # to_query
- # try
- # try!
- # with_options
From ActiveRecord::TestFixtures
(4)
From ActiveSupport::Concern
(3)
- # class_methods
- # included
- # prepended