~cytrogen/masto-fe

ref: e6b903b21e0682c1156ffec583ac2836fda7d657 masto-fe/config/initializers/suppress_csrf_warnings.rb -rw-r--r-- 137 bytes
e6b903b2 — Matt Jankowski Fix haml-lint `InstanceVariables` rule for invites/_form (#26064) 2 years ago
                                                                                
1
2
3
4
5
# frozen_string_literal: true

Rails.application.reloader.to_prepare do
  ActionController::Base.log_warning_on_csrf_failure = false
end