diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index fa4d6c2..e73cd2a 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -6,7 +6,7 @@ class ApplicationController < ActionController::Base after_action :verify_authorized # Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has. - allow_browser versions: :modern + allow_browser versions: {} rescue_from Pundit::NotAuthorizedError, with: :user_not_authorized layout "authenticated"