1 # frozen_string_literal: true
 
   3 # Be sure to restart your server when you modify this file.
 
   5 # Define an application-wide HTTP permissions policy. For further
 
   6 # information see: https://developers.google.com/web/updates/2018/06/feature-policy
 
   8 # Rails.application.config.permissions_policy do |policy|
 
  10 #   policy.gyroscope   :none
 
  11 #   policy.microphone  :none
 
  13 #   policy.fullscreen  :self
 
  14 #   policy.payment     :self, "https://secure.example.com"