]> git.openstreetmap.org Git - rails.git/commitdiff
Make CSP rule for the remote control explicitly allow http
authorTom Hughes <tom@compton.nu>
Sun, 13 May 2018 15:01:39 +0000 (16:01 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 13 May 2018 15:01:39 +0000 (16:01 +0100)
app/controllers/application_controller.rb

index 9951d29aec993bbee37fcecb3a725ee04fc47175..f92bd8cdff7874d4eeb136d413ea9e5b976310f9 100644 (file)
@@ -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],