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

Prebid core: fix bug with refererInfo not updating after location change #8952

Closed
wants to merge 1 commit into from

Conversation

dgirardi
Copy link
Collaborator

@dgirardi dgirardi commented Sep 6, 2022

Type of change

  • Bugfix

Description of change

With #8864 the refererInfo object is calculated only once per page; this is incorrect when the location is updated via browser history API. This addresses the problem by recalculating when window.location.href changes.

Other information

Fixes #8940

@dgirardi dgirardi marked this pull request as draft September 6, 2022 16:26
@dgirardi dgirardi closed this Sep 6, 2022
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

Successfully merging this pull request may close these issues.

Is there any way to manually set bidderRequest.refererInfo ?
1 participant