name: "Entrance" panels { name: "SUN" path: "Panels/Main/panel_1" clue: "sun" answer: "sun" proxies { answer: "sun" path: "Panels/Sun/panel_8" } proxies { answer: "moon" path: "Panels/Moon/panel_15" } } ports { name: "UNKEMPT" display_name: "Entrance" path: "Components/Warps/worldport" destination { x: 0 y: 0 z: 13 } rotation: 0 } ='https://git.fourisland.com/wittle' title='wittle Git repository'/>
about summary refs log tree commit diff stats
path: root/test/dummy/config/initializers/permissions_policy.rb
blob: 7db3b9577e6e56da5f1bf3681c0b458af7de6ed2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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