mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-18 18:26:24 -07:00
initial commit
This commit is contained in:
commit
c21c4fa184
68 changed files with 1092 additions and 0 deletions
13
spec/dummy/config/initializers/permissions_policy.rb
Normal file
13
spec/dummy/config/initializers/permissions_policy.rb
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Be sure to restart your server when you modify this file.
|
||||
|
||||
# Define an application-wide HTTP permissions policy. For further
|
||||
# information see: https://developers.google.com/web/updates/2018/06/feature-policy
|
||||
|
||||
# Rails.application.config.permissions_policy do |policy|
|
||||
# policy.camera :none
|
||||
# policy.gyroscope :none
|
||||
# policy.microphone :none
|
||||
# policy.usb :none
|
||||
# policy.fullscreen :self
|
||||
# policy.payment :self, "https://secure.example.com"
|
||||
# end
|
||||
Loading…
Add table
Add a link
Reference in a new issue