2023-07-12 07:47:08 +00:00
|
|
|
# frozen_string_literal: true
|
2023-10-25 13:56:09 +00:00
|
|
|
|
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
2021-03-24 09:44:31 +00:00
|
|
|
# Define an application-wide HTTP permissions policy. For further
|
2023-10-25 13:56:09 +00:00
|
|
|
# information see: https://developers.google.com/web/updates/2018/06/feature-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"
|
2021-03-24 09:44:31 +00:00
|
|
|
# end
|