From 0bb6fa8cfe410cce722f28531a5926c76030dad5 Mon Sep 17 00:00:00 2001 From: John Ferlito Date: Mon, 19 Aug 2024 08:46:58 +1000 Subject: [PATCH] Support old browsers --- app/controllers/application_controller.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index cc09020a..4cb98228 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,6 +1,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 + # NOTE: nabu needs to support old browsers due to regional context before_action :set_timezone before_action :set_access_headers