annotate config/initializers/permissions_policy.rb @ 251:43cbceac80ab
Remove model test and add client test
author |
nanaya <me@nanaya.net> |
date |
Mon, 17 Jul 2023 20:54:04 +0900 |
parents |
2335107f35d0 |
children |
89f6c0016bab |
rev |
line source |
214
|
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
|