From d2c557d193e35897a27c509b0d1e726794a3e2dd Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sat, 24 May 2025 10:56:24 +0200 Subject: [PATCH] Revert commenting out of modern browser requirement --- 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 47e8c95..2f78fe5 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,6 +1,6 @@ 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 before_action :require_authorization