viehlieb
fb8ccfea4a
mv lib to app/lib due to upgrade removing concerns from autoload path resolve zeitwerk issues make foodsoft run for dev on rails 7 and ruby 2.7 fix mail file permission bug fix database_config fix articles controller test ActiveModell::Error bump Gemfile.lock
11 lines
384 B
Ruby
11 lines
384 B
Ruby
# 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
|