-
Notifications
You must be signed in to change notification settings - Fork 0
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
PBID-91: Store third-party cookie support state in compound cookie and expire after ttl #18
Conversation
There was a problem hiding this 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
logErrorStub.restore(); | ||
}); | ||
|
||
describe('when getting tpcSupport from XHR response', function () { |
There was a problem hiding this comment.
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.
No description provided.