Remove 406 on old browsers

This commit is contained in:
Max Wofford 2025-03-15 01:05:02 -04:00
parent 92d37800f6
commit a06279d4c4

View file

@ -3,7 +3,7 @@ class ApplicationController < ActionController::Base
before_action :initialize_cache_counters
# 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
helper_method :current_user, :user_signed_in?