~cytrogen/masto-fe

ref: 263d601c2538d5af5d5fb8ff1d95034a55c38005 masto-fe/config/initializers/suppress_csrf_warnings.rb -rw-r--r-- 137 bytes
263d601c — Claire [Glitch] Fix confusing behavior of mute button and volume slider in web UI 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