Initial commit

This commit is contained in:
Andrew Tomaka 2022-11-20 15:06:27 -05:00
commit 676f416cae
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
78 changed files with 1366 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# 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 |f|
# f.camera :none
# f.gyroscope :none
# f.microphone :none
# f.usb :none
# f.fullscreen :self
# f.payment :self, "https://secure.example.com"
# end