diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 356cbd7..be708a8 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -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