Remove old OSRM routing support
This commit is contained in:
parent
8937099429
commit
067290f19f
5 changed files with 1 additions and 214 deletions
|
@ -333,7 +333,7 @@ class ApplicationController < ActionController::Base
|
|||
append_content_security_policy_directives(
|
||||
:child_src => %w[http://127.0.0.1:8111 https://127.0.0.1:8112],
|
||||
:frame_src => %w[http://127.0.0.1:8111 https://127.0.0.1:8112],
|
||||
:connect_src => [NOMINATIM_URL, OVERPASS_URL, OSRM_URL, FOSSGIS_OSRM_URL, GRAPHHOPPER_URL],
|
||||
:connect_src => [NOMINATIM_URL, OVERPASS_URL, FOSSGIS_OSRM_URL, GRAPHHOPPER_URL],
|
||||
:form_action => %w[render.openstreetmap.org],
|
||||
:style_src => %w['unsafe-inline'],
|
||||
:script_src => [MAPQUEST_DIRECTIONS_URL],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue