From 0e810db9277bbeff0bd92f73e3886010d14b4377 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 13 May 2018 16:01:39 +0100 Subject: [PATCH] Make CSP rule for the remote control explicitly allow http --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 9951d29ae..f92bd8cdf 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -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], -- 2.43.2