diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index c17c459..c04fedb 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -2,7 +2,7 @@ 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 before_action :authenticate_user! before_action :set_recent_contests before_action :set_contest