21700: Install Bundler system-wide in Rails postinst
[arvados.git] / services / api / config / initializers / permissions_policy.rb
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