Make CSP rule for the remote control explicitly allow http
This commit is contained in:
parent
d7063ab0a9
commit
0e810db927
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ class ApplicationController < ActionController::Base
|
|||
|
||||
def map_layout
|
||||
append_content_security_policy_directives(
|
||||
:child_src => %w[127.0.0.1:8111],
|
||||
:child_src => %w[http://127.0.0.1:8111],
|
||||
:connect_src => %w[nominatim.openstreetmap.org overpass-api.de router.project-osrm.org],
|
||||
:form_action => %w[render.openstreetmap.org],
|
||||
:script_src => %w[graphhopper.com open.mapquestapi.com],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue