From a0fbed3a9ec921779bedf72649e92577dbfb30d1 Mon Sep 17 00:00:00 2001 From: Jarrett Lusso Date: Mon, 12 Feb 2024 20:41:59 -0500 Subject: [PATCH] Remove browser restrictions --- app/controllers/application_controller.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index dfc8cee..27dc12b 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,6 +1,3 @@ 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 - default_form_builder ApplicationFormBuilder end