Welcome to mirror list, hosted at ThFree Co, Russian Federation.

asset_proxy_settings.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48eedcee681ff188d165c10320abeb10142a001a (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

#
# Asset proxy settings
#
ActiveSupport.on_load(:active_record) do
  Banzai::Filter::AssetProxyFilter.initialize_settings
end