diff --git a/get-this.rb b/get-this.rb index dee08d7..71fd29a 100644 --- a/get-this.rb +++ b/get-this.rb @@ -62,7 +62,7 @@ before do Time.zone = "Eastern Time (US & Canada)" - pass if ["auth", "session_switcher", "logout", "login", "-"].include? request.path_info.split("/")[1] + pass if ["auth", "session_switcher", "logout", "login", "-", "favicon.svg"].include? request.path_info.split("/")[1] if dev_login? session[:uniqname] = "mlibrary.acct.testing1@gmail.com" unless session[:uniqname]