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.

11 lines
384 B

  1. # Define an application-wide HTTP permissions policy. For further
  2. # information see https://developers.google.com/web/updates/2018/06/feature-policy
  3. #
  4. # Rails.application.config.permissions_policy do |f|
  5. # f.camera :none
  6. # f.gyroscope :none
  7. # f.microphone :none
  8. # f.usb :none
  9. # f.fullscreen :self
  10. # f.payment :self, "https://secure.example.com"
  11. # end