Revert commenting out of modern browser requirement

This commit is contained in:
Charlotte Van Petegem 2025-05-24 10:56:24 +02:00
parent fbcea15e35
commit d2c557d193
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E

View file

@ -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