From a21b21ace21db53b32cc9aa824065c13bddf3a4f Mon Sep 17 00:00:00 2001 From: Dan Milne Date: Fri, 24 Oct 2025 11:43:34 +1100 Subject: [PATCH] remove unneeded action --- app/controllers/api/forward_auth_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/api/forward_auth_controller.rb b/app/controllers/api/forward_auth_controller.rb index 53684c2..7678061 100644 --- a/app/controllers/api/forward_auth_controller.rb +++ b/app/controllers/api/forward_auth_controller.rb @@ -3,7 +3,6 @@ module Api # ForwardAuth endpoints need session storage for return URL allow_unauthenticated_access skip_before_action :verify_authenticity_token - skip_before_action :verify_request_origin # GET /api/verify # This endpoint is called by reverse proxies (Traefik, Caddy, nginx)