2024-02-25 12:15:55 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2024-01-25 16:05:29 -05:00
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
2021-02-17 11:36:52 -05:00
|
|
|
# Define an application-wide HTTP permissions policy. For further
|
2024-01-25 16:05:29 -05: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-02-17 11:36:52 -05:00
|
|
|
# end
|