From 31ff0f7b6cc4ec7bbc70a9472e01215cd9b046e8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 18 Sep 2018 16:08:42 -0700 Subject: Remember to add access protection --- app/controllers/action_mailroom/inbound_emails_controller.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers') diff --git a/app/controllers/action_mailroom/inbound_emails_controller.rb b/app/controllers/action_mailroom/inbound_emails_controller.rb index 0c74d4b29a..e5970b38ec 100644 --- a/app/controllers/action_mailroom/inbound_emails_controller.rb +++ b/app/controllers/action_mailroom/inbound_emails_controller.rb @@ -1,3 +1,4 @@ +# TODO: Add access protection using basic auth with verified tokens. Maybe coming from credentials by default? class ActionMailroom::InboundEmailsController < ActionController::Base skip_forgery_protection before_action :require_rfc822_message -- cgit v1.2.3