]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/application_controller.rb
Allow third party images in user content
[rails.git] / app / controllers / application_controller.rb
index 5905b3759276051093a30a1923cb5bb50d032286..bcbb6706a00fc6e87f776bfac52414513ac879cb 100644 (file)
@@ -427,6 +427,10 @@ class ApplicationController < ActionController::Base
     request.xhr? ? "xhr" : "map"
   end
 
+  def allow_thirdparty_images
+    append_content_security_policy_directives(:img_src => %w[*])
+  end
+
   def preferred_editor
     editor = if params[:editor]
                params[:editor]