Skip to content

Commit

Permalink
Remove browser version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
siasmj committed Dec 4, 2024
1 parent a26544e commit 76bcbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -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

private

Expand Down

0 comments on commit 76bcbbf

Please sign in to comment.