From 5d9522bcfcb1a74b944d506518c076fd4b4f27f2 Mon Sep 17 00:00:00 2001 From: MarcEgliP <88040929+MarcEgliP@users.noreply.github.com> Date: Fri, 12 Apr 2024 08:55:56 +0200 Subject: [PATCH] add verification of authenticity token again (#649) --- app/controllers/application_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index a33c9b0c1..b631a7923 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,7 +1,6 @@ # frozen_string_literal: true class ApplicationController < ActionController::Base - skip_before_action :verify_authenticity_token before_action :authenticate_auth_user! def authenticate_auth_user!