Skip to content

Commit

Permalink
Don't store serviceworker path
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Dec 6, 2023
1 parent d75cb56 commit 96b94db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 96b94db

Please sign in to comment.