Allow all browsers
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run

This commit is contained in:
sto
2026-09-13 13:45:32 +02:00
parent 3b433b8a9d
commit 60062808bc
+1 -1
View File
@@ -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"