]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/application_controller.rb
Remove old OSRM routing support
[rails.git] / app / controllers / application_controller.rb
index bc1fd488df4002cf8b781823f27b52eabb9393ff..71d5e82316423b04030e354405518e5603ae0fd5 100644 (file)
@@ -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, 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],