更新 application_controller.rb

This commit is contained in:
TianLun Song 2025-01-27 06:53:01 +08:00
parent 5bfa94bc82
commit ffbd201d62

View File

@ -1,7 +1,7 @@
class ApplicationController < ActionController::Base
include SeoConcern
# 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 :set_locale
after_action :track_action