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
Adapter passes secure field in request payload based on which adapter server might return insecure inventory if the field is set to false. So we should assign only true to obj.secure = window.location.protocol === 'https:' ? 1 : 0; in districtmDMXBidAdapter.js.
Type of issue
bug
Description
Adapter passes
secure
field in request payload based on which adapter server might return insecure inventory if the field is set tofalse
. So we should assign onlytrue
toobj.secure = window.location.protocol === 'https:' ? 1 : 0;
in districtmDMXBidAdapter.js.Platform details
Prebid-3.0
Other information
#4294 (comment)
The text was updated successfully, but these errors were encountered: