Add frame-src to allow http://127.0.0.1:8111

This commit is contained in:
Tom Hughes 2018-05-15 12:43:37 +01:00
parent 2fd0d2304f
commit 79284a0fcd

View file

@ -410,6 +410,7 @@ class ApplicationController < ActionController::Base
def map_layout def map_layout
append_content_security_policy_directives( append_content_security_policy_directives(
:child_src => %w[http://127.0.0.1:8111], :child_src => %w[http://127.0.0.1:8111],
:frame_src => %w[http://127.0.0.1:8111],
:connect_src => %w[nominatim.openstreetmap.org overpass-api.de router.project-osrm.org], :connect_src => %w[nominatim.openstreetmap.org overpass-api.de router.project-osrm.org],
:form_action => %w[render.openstreetmap.org], :form_action => %w[render.openstreetmap.org],
:script_src => %w[graphhopper.com open.mapquestapi.com], :script_src => %w[graphhopper.com open.mapquestapi.com],