]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/application_controller.rb
Validate the assigned role, and remove the :type activrecord enum
[rails.git] / app / controllers / application_controller.rb
index 5000130a1b5290452ae834dab07bec9c5cf8cd74..db5d086ecbf088c06c7e4f850299329ee8be1068 100644 (file)
@@ -413,8 +413,9 @@ class ApplicationController < ActionController::Base
 
   def map_layout
     append_content_security_policy_directives(
-      :child_src => %w[127.0.0.1:8111],
-      :connect_src => %w[127.0.0.1:8112 nominatim.openstreetmap.org overpass-api.de router.project-osrm.org valhalla.mapzen.com],
+      :child_src => %w[127.0.0.1:8111 127.0.0.1:8112],
+      :connect_src => %w[nominatim.openstreetmap.org overpass-api.de router.project-osrm.org valhalla.mapzen.com],
+      :form_action => %w[render.openstreetmap.org],
       :script_src => %w[graphhopper.com open.mapquestapi.com],
       :img_src => %w[developer.mapquest.com]
     )