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

Various bidders: bypass of storage manager rules violation #8689

Closed
patmmccann opened this issue Jul 14, 2022 · 0 comments · Fixed by #8690
Closed

Various bidders: bypass of storage manager rules violation #8689

patmmccann opened this issue Jul 14, 2022 · 0 comments · Fixed by #8690
Assignees
Labels

Comments

@patmmccann
Copy link
Collaborator

patmmccann commented Jul 14, 2022

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

let cookies = document.cookie.split(';');

@jsadwith

document.cookie.split(';').forEach((item) => {

Object.keys(localStorage).filter((key) => {

@talha08

cookies = parseCookies(document.cookie);

@finteza

const useCookies = navigator.cookieEnabled || !!document.cookie.length;

@wojciech-bialy-wpm

localStorage.setItem(USER_ID_KEY, userId);

@EugeneVigonny

return storage.getDataFromLocalStorage(localStorageSessName()) ? localStorage.getItem(localStorageSessName()) : '';

@GLStephen

https://github.com/prebid/Prebid.js/blame/5534049666913829624589561cdcb51e9038a8c7/modules/invibesBidAdapter.js#L384

@invibes

@patmmccann patmmccann added the bug label Jul 14, 2022
@patmmccann patmmccann self-assigned this 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
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
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
Labels
Projects
Development

Successfully merging a pull request may close this issue.

1 participant