From 52d11a41ab96dcdce26ff69128af1d216c1db64e Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Wed, 7 Feb 2024 09:59:15 +0000 Subject: [PATCH] Attempt to resolve issue with incorrect schema on POST requests --- config/application.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/application.rb b/config/application.rb index 399c812..21c6deb 100644 --- a/config/application.rb +++ b/config/application.rb @@ -14,6 +14,7 @@ module LectureAttendanceManager config.active_job.queue_adapter = :sidekiq config.hosts << "lectures.joshuacoles.me" + config.action_controller.forgery_protection_origin_check # Disable sass to make tailwind work config.assets.css_compressor = nil