retrospring/config/initializers/permissions_policy.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
480 B
Ruby
Raw Normal View History

2024-03-11 21:16:35 +01:00
# Be sure to restart your server when you modify this file.
2022-01-12 02:24:38 +01:00
# Define an application-wide HTTP permissions policy. For further
2024-03-11 21:16:35 +01: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"
2022-01-12 02:24:38 +01:00
# end