Skip to content
Snippets Groups Projects
Unverified Commit 62ab7506 authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix /actor needlessly reading session cookie and varying on Signature (#24664)

parent 301e03eb
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
class InstanceActorsController < ApplicationController
include AccountControllerConcern
class InstanceActorsController < ActivityPub::BaseController
vary_by ''
skip_before_action :check_account_confirmation
skip_around_action :set_locale
serialization_scope nil
before_action :set_account
skip_before_action :require_functional!
skip_before_action :update_user_sign_in
def show
expires_in 10.minutes, public: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment