diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index cf917d4476..9e11c7e15a 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -13,7 +13,7 @@ class ApplicationController < ActionController::Base protect_from_forgery with: :null_session before_action :store_current_location, - except: %i[media sign_in institution_not_supported privacy_prompt accept_privacy_policy confirm_new_user accept_confirm_new_user], + except: %i[media sign_in institution_not_supported privacy_prompt accept_privacy_policy confirm_new_user accept_confirm_new_user input_service_worker], unless: -> { devise_controller? || remote_request? } before_action :skip_session,