From 60062808bc44830ab7bb708303d029688d5ef9e6 Mon Sep 17 00:00:00 2001 From: sto Date: Sun, 13 Sep 2026 13:45:32 +0200 Subject: [PATCH] Allow all browsers --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"