]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/application_controller.rb
Use https to launch the remote editor except for modern browsers
[rails.git] / app / controllers / application_controller.rb
index f07d548608fc8d88484a0879a77ccf5a90e810ef..b8a50eb780e40b0da80a9b27c5ad1e9a29566741 100644 (file)
@@ -409,8 +409,8 @@ class ApplicationController < ActionController::Base
 
   def map_layout
     append_content_security_policy_directives(
-      :child_src => %w[http://127.0.0.1:8111],
-      :frame_src => %w[http://127.0.0.1:8111],
+      :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 => %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],