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

PBID-91: Store third-party cookie support state in compound cookie and expire after ttl #18

Conversation

victorigualada
Copy link

No description provided.

Copy link

@icflournoy icflournoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to our previous stories in prebid can you branch off master again into a branch such as parrableIdSystem/PBID-91_thirdPartyCookieSupport and then update this PR to merge into that. The parrableIdSystem/ branch will be what we take upstream.

Example: #17

gulpfile.js Outdated Show resolved Hide resolved
modules/parrableIdSystem.js Outdated Show resolved Hide resolved
modules/parrableIdSystem.js Outdated Show resolved Hide resolved
modules/parrableIdSystem.js Outdated Show resolved Hide resolved
test/spec/modules/parrableIdSystem_spec.js Outdated Show resolved Hide resolved
test/spec/modules/parrableIdSystem_spec.js Outdated Show resolved Hide resolved
test/spec/modules/parrableIdSystem_spec.js Outdated Show resolved Hide resolved
@victorigualada victorigualada changed the base branch from master to parrableIdSystem/PBID-91_thirdPartyCookieSupport April 27, 2021 12:26
@victorigualada victorigualada marked this pull request as ready for review April 27, 2021 14:00
modules/parrableIdSystem.js Outdated Show resolved Hide resolved
test/spec/modules/parrableIdSystem_spec.js Outdated Show resolved Hide resolved
logErrorStub.restore();
});

describe('when getting tpcSupport from XHR response', function () {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need a parallel block

describe('when reading tpcSupport status from cookie');

and it tests sending the tpc support to the backend, and then when the tpcUntil expires it should test suppressing the status from the cookie.

@icflournoy icflournoy merged commit 132777a into parrableIdSystem/PBID-91_thirdPartyCookieSupport May 3, 2021
@icflournoy icflournoy deleted the PBID-91_thirdPartyCookieSupport branch May 3, 2021 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants