This commit is contained in:
2024-11-23 19:32:19 -05:00
parent 7bbeb8ebc4
commit 03d47b5b5a
6 changed files with 9 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
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
end