view config/initializers/permissions_policy.rb @ 221:545ce38ef3d6

Remove copied off client_options (to Clients)
author nanaya <me@nanaya.pro>
date Thu, 27 May 2021 02:31:59 +0900
parents 2335107f35d0
children 89f6c0016bab
line wrap: on
line source

# Define an application-wide HTTP permissions policy. For further
# information see https://developers.google.com/web/updates/2018/06/feature-policy
#
# Rails.application.config.permissions_policy do |f|
#   f.camera      :none
#   f.gyroscope   :none
#   f.microphone  :none
#   f.usb         :none
#   f.fullscreen  :self
#   f.payment     :self, "https://secure.example.com"
# end