From be0a44d6d799f708b43c501ca50b90cd50731531 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Sat, 27 Sep 2025 11:03:09 +0000 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 0d95db2..5caea1d 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,4 +1,4 @@ class ApplicationController < ActionController::Base # Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has. - allow_browser versions: :modern + # allow_browser versions: :modern end