Mercurial > zeropaste
annotate config/initializers/permissions_policy.rb @ 494:e508d3226214 default tip
Update gems
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 29 Oct 2023 23:24:13 +0900 |
parents | 88fd5722fcb3 |
children |
rev | line source |
---|---|
481 | 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 |