Skip to content

Commit

Permalink
Merge pull request #1365 from sul-dlss/allow_browser
Browse files Browse the repository at this point in the history
Restrict to modern browsers
  • Loading branch information
jcoyne authored Jan 29, 2025
2 parents a9c9b48 + e01a0dd commit 67125cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# :nodoc:
class ApplicationController < ActionController::Base
allow_browser versions: :modern
include CurrentUserConcern

rescue_from CanCan::AccessDenied, with: :rescue_can_can
Expand Down

0 comments on commit 67125cd

Please sign in to comment.