Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mozilla Referrer-Policy change creates issues on login redirect #515

Open
mpsonntag opened this issue May 31, 2021 · 0 comments
Open

Mozilla Referrer-Policy change creates issues on login redirect #515

mpsonntag opened this issue May 31, 2021 · 0 comments

Comments

@mpsonntag
Copy link
Contributor

Currently after a login, the user is redirected to the original page from which the login procedure was initiated. To this end the DOM document.referrer property is used to access the URL of the previous page.

A change in the Mozilla HTTP referrers policy to a privacy related stricter policy changed the default handling of the document.referrer property.

With the current GCA-Web code base this now by default leads to an empty document.referrer property when using an up to date version of e.g. Firefox. Chrome based browsers still support the redirect method without an issue but this might change in the future.

Check the Mozilla Referer and RefererPolicy pages for implementation details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant