mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
Remove 406 on old browsers
This commit is contained in:
parent
92d37800f6
commit
a06279d4c4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ class ApplicationController < ActionController::Base
|
|||
before_action :initialize_cache_counters
|
||||
|
||||
# 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
|
||||
|
||||
helper_method :current_user, :user_signed_in?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue