2023-07-12 09:47:08 +02:00
|
|
|
# frozen_string_literal: true
|
2023-10-25 15:56:09 +02:00
|
|
|
|
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
2021-03-24 10:44:31 +01:00
|
|
|
# Define an application-wide HTTP permissions policy. For further
|
2023-10-25 15:56:09 +02: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 10:44:31 +01:00
|
|
|
# end
|