-
Notifications
You must be signed in to change notification settings - Fork 181
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
Add account CCPA enabled and per-request-type enabled flags #1044
Conversation
383da2e
to
d15c620
Compare
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.
@rpanchyk I Think this feature is also connected with Account.enforceCcpa
.
Probably it is better to migrate this to Account.ccpa.enabled
.
So we need to change DB schema as well. But we can merge this ticket as it is, bc current workflow is no changed
src/main/java/org/prebid/server/auction/PrivacyEnforcementService.java
Outdated
Show resolved
Hide resolved
src/main/java/org/prebid/server/auction/PrivacyEnforcementService.java
Outdated
Show resolved
Hide resolved
src/main/java/org/prebid/server/auction/PrivacyEnforcementService.java
Outdated
Show resolved
Hide resolved
src/main/java/org/prebid/server/auction/PrivacyEnforcementService.java
Outdated
Show resolved
Hide resolved
Current code is OK. But I think we need to change JdbcApplicationSettings and DB. Lets wait for Ruslan |
…a/enabled # Conflicts: # src/main/java/org/prebid/server/auction/PrivacyEnforcementService.java
# Conflicts: # src/main/java/org/prebid/server/auction/PrivacyEnforcementService.java
f2cd956
to
46b8df3
Compare
No description provided.