Andy Blackwell

Results 5 issues of Andy Blackwell

## Type of issue bug ## Description - for several **video** params, the validation added in this PR seems incorrect: - #10969 - https://github.com/prebid/Prebid.js/blob/28cceb9a17cfa3048d9211ef9f0c27fc012828cd/modules/insticatorBidAdapter.js#L15-L42 - the `isSubarray()` helper is used...

bug

* [x] I've read and understood the [contribution guidelines](https://github.com/Yoast/wordpress-seo/blob/trunk/.github/CONTRIBUTING.md). * [x] I've searched for any related issues and avoided creating a duplicate issue. ### Please give us a description of...

Yoast: Built-in tools
severity: major
IM

## Type of issue feature request ## Description currently `minBidCacheTTL` is applied at the auction level, so if you get a single bid with a long TTL, like an hour,...

feature

## Type of issue similar to #12047, the bid validation in these bid adapters prevents custom aliasing - 33acrossBidAdapter: https://github.com/prebid/Prebid.js/blob/8.52.0/modules/33acrossBidAdapter.js#L76 - sharethroughBidAdapter: https://github.com/prebid/Prebid.js/blob/8.52.0/modules/sharethroughBidAdapter.js#L21C49-L21C78 ## Description bidders don't need to validate...

bug

https://github.com/prebid/Prebid.js/blob/547993d37386f0ccc63050cf8dfcdcb26ca017d9/modules/userId/index.ts#L171 https://github.com/prebid/Prebid.js/blob/547993d37386f0ccc63050cf8dfcdcb26ca017d9/modules/userId/index.ts#L250-L255 - encodeURIComponent/decodeURIComponent are completely unnecessary for localStorage, unlike cookie storage - it's also not handled consistently, if there's no expiration then on line 252 it returns the undecoded...

pmc-review