Fix #11016
@ -1,6 +1,8 @@
# frozen_string_literal: true
class CustomCssController < ApplicationController
skip_before_action :store_current_location
before_action :set_cache_headers
def show
class ManifestsController < ApplicationController
render json: InstancePresenter.new, serializer: ManifestSerializer
end
@ -3,6 +3,8 @@
class MediaController < ApplicationController
include Authorization
before_action :set_media_attachment
before_action :verify_permitted_status!
class MediaProxyController < ApplicationController
include RoutingHelper
RedisLock.acquire(lock_options) do |lock|
if lock.acquired?