From 96b94db9d90577063e7bfd76928cb70e6639e0b1 Mon Sep 17 00:00:00 2001 From: jorg-vr Date: Wed, 6 Dec 2023 15:18:29 +0100 Subject: [PATCH] Don't store serviceworker path --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,