-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Various bidders: bypass of storage manager rules violation #8689
Labels
Comments
patmmccann
moved this from Ready for Dev
to In progress
in Prebid.js Tactical Issues table
Jul 14, 2022
thomasdseao
added a commit
to Impactify-AdTech/Prebid.js
that referenced
this issue
Jul 15, 2022
As requested, we remove the use of local storage. prebid#8689
patmmccann
pushed a commit
that referenced
this issue
Jul 15, 2022
) * Remove use of local storage As requested, we remove the use of local storage. #8689 * Update impactifyBidAdapter.js
1 task
patmmccann
moved this from In progress
to PR submitted
in Prebid.js Tactical Issues table
Jul 18, 2022
Repository owner
moved this from PR submitted
to Done
in Prebid.js Tactical Issues table
Jul 22, 2022
ahmadlob
pushed a commit
to taboola/Prebid.js
that referenced
this issue
Jul 27, 2022
…693) * Remove use of local storage As requested, we remove the use of local storage. prebid/Prebid.js#8689 * Update impactifyBidAdapter.js
ccorbo
pushed a commit
to ccorbo/Prebid.js
that referenced
this issue
Jul 27, 2022
…ebid#8693) * Remove use of local storage As requested, we remove the use of local storage. prebid#8689 * Update impactifyBidAdapter.js
1 task
jorgeluisrocha
pushed a commit
to jwplayer/Prebid.js
that referenced
this issue
May 23, 2023
…ebid#8693) * Remove use of local storage As requested, we remove the use of local storage. prebid#8689 * Update impactifyBidAdapter.js
Fawke
pushed a commit
that referenced
this issue
Oct 30, 2023
…rage (#10601) * Remove use of local storage As requested, we remove the use of local storage. #8689 * Update impactifyBidAdapter.js * Add differents mediatypes to Impactify bidder * Add differents mediatypes to Impactify bidder * Add differents mediatypes to Impactify bidder * Add format parameter for banner * add getFloor * add getFloor * add getFloor * add parsing of local storage * delete unused var * fix spacing with import * Add local storage key management * Adjustments * Fix eids object * Fix eids object * Fix eids object * Fix tests --------- Co-authored-by: Thomas De Stefano <[email protected]> Co-authored-by: Pang Ronnie <[email protected]>
ChrisHuie
pushed a commit
that referenced
this issue
Nov 28, 2023
* Remove use of local storage As requested, we remove the use of local storage. #8689 * Update impactifyBidAdapter.js * Add differents mediatypes to Impactify bidder * Add differents mediatypes to Impactify bidder * Add differents mediatypes to Impactify bidder * Add format parameter for banner * add getFloor * add getFloor * add getFloor * add parsing of local storage * delete unused var * fix spacing with import * Add local storage key management * Adjustments * Fix eids object * Fix eids object * Fix eids object * Fix tests * Remove check on the request banner size parameter * Few adjustments --------- Co-authored-by: Thomas De Stefano <[email protected]> Co-authored-by: Pang Ronnie <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following modules should have these bypasses fixed or disabled:
Modules should import storageManager and use for example, storage.getDataFromLocalStorage. In this way, deviceAccess controls and gdpr enforcement modules will govern the access
Prebid.js/modules/kargoBidAdapter.js
Line 128 in 846bc8d
@jsadwith
Prebid.js/modules/widespaceBidAdapter.js
Line 200 in 3fd3b5d
Prebid.js/modules/widespaceBidAdapter.js
Line 189 in 3fd3b5d
@talha08
Prebid.js/modules/fintezaAnalyticsAdapter.js
Line 41 in e47b908
@finteza
Prebid.js/modules/sspBCBidAdapter.js
Line 104 in 6f4fb5b
@wojciech-bialy-wpm
Prebid.js/modules/insticatorBidAdapter.js
Line 42 in 06e2976
@EugeneVigonny
Prebid.js/modules/pubwiseAnalyticsAdapter.js
Line 160 in 6f4fb5b
@GLStephen
https://github.com/prebid/Prebid.js/blame/5534049666913829624589561cdcb51e9038a8c7/modules/invibesBidAdapter.js#L384
@invibes
The text was updated successfully, but these errors were encountered: