You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
480 B

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