Postindustria

Results 5 issues of Postindustria

Potentially addresses #1195 ## Root Cause: Network layer occasionally invokes the callback multiple times (redirects/retries). First call reads `self.completion`, sets it to `nil`, and invokes it. Second call reads nil...

modularity infrastructure

## Fix ORTB Blocking Module: Prevent Creation of Empty Media Type Objects **Issues:** [#4006](https://github.com/prebid/prebid-server/issues/4006), [#3913](https://github.com/prebid/prebid-server/issues/3913) ### Problem Description The ORTB blocking module was incorrectly adding `battr` (blocked attributes) to media...

module

# Service Changes - **Issue:** [#4114](https://github.com/prebid/prebid-server/issues/4114) - **PR:** [#4508](https://github.com/prebid/prebid-server/pull/4508) The changes were implemented by analogy with the existing **Java implementation**. --- ### Key Modifications 1. **Debug Mode Check** - In...

# Background Prebid.js prebidServerAdapter suggests to use [endpointCompression param](https://docs.prebid.org/dev-docs/modules/prebidServer.html#:~:text=When%20endpointCompression%20is%20enabled%2C%20Prebid.js%20compresses%20the%20request%20body%20sent%20to%20Prebid%20Server%20and%20appends%20gzip%3D1%20to%20the%20endpoint%20URL.%20This%20feature%20is%20skipped%20when%20debug%20mode%20is%20active%20or%20the%20browser%20lacks%20GZIP%20support.%20Do%20not%20use%20if%20your%20PBS%20Host%20does%20not%20yet%20support%20gzip%20request%20compression.) on the s2sConfig that enables the following behavior: * Content-Type is text/plain, but body is gzip-compressed * gzip=1 URL param is...