You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logWarn(`${MODULE_NAME} - gdpr permission not valid for local storage or cookies, exit module`);
return[];
}
This is in contrast to all other GDPR enforcement checks, which only happen if the GDPR module is installed; and does not work well with upcoming activity controls, because they will replace the single gdprEnforcement module with any number of control mechanisms.
The userId module should be updated to not do GDPR enforcement.
The text was updated successfully, but these errors were encountered:
dgirardi
changed the title
GDPR enforcement should be active only when GDPR enforcement has been configured
userID: GDPR enforcement should be active only when GDPR enforcement has been configured
Apr 5, 2023
Type of issue
Improvement
Description
The userID module, when initializing, checks that either:
Relevant logic:
Prebid.js/modules/userId/index.js
Lines 860 to 866 in 8c8a2d7
This is in contrast to all other GDPR enforcement checks, which only happen if the GDPR module is installed; and does not work well with upcoming activity controls, because they will replace the single
gdprEnforcement
module with any number of control mechanisms.The userId module should be updated to not do GDPR enforcement.
The text was updated successfully, but these errors were encountered: