X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d4130bcac83015564f0326457f2bb67d1b5ebab6..d8d1ab17764e5e0a7af99248cb5047d2af99d534:/app/controllers/site_controller.rb diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index 1cb848ea6..1845ecfaf 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -61,14 +61,7 @@ class SiteController < ApplicationController require_user end - if %w[potlatch potlatch2].include?(editor) - append_content_security_policy_directives( - :connect_src => %w[*], - :object_src => %w[*], - :plugin_types => %w[application/x-shockwave-flash], - :script_src => %w['unsafe-inline'] - ) - elsif %w[id].include?(editor) + if %w[id].include?(editor) append_content_security_policy_directives( :frame_src => %w[blob:] ) @@ -113,6 +106,10 @@ class SiteController < ApplicationController @locale = params[:about_locale] || I18n.locale end + def communities + @locale = I18n.locale + end + def export; end def offline; end