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)