Skip to content

Commit

Permalink
Remove none ssl (prebid#4406)
Browse files Browse the repository at this point in the history
* adding DMX

test @97%, two files added one updated

* Update districtm_spec.js

* Update districtmDMX.js

* adding all districtm needed file

* remove legacy file

* remove typo || 0 in the test method

* force default to return a valid width and height

* update unit test code for failing test

* changed class for an object

* remove package-lock.json

* change file name for dmx adapter

* renamed files

* restaure package-lock.json

* update to last package-lock state

* update gdpr user consent

* fix sizes issue

* Documentation updates

Adding the readme.md info

* update file name and update unit testing import file location

* current machine state

* lint correction

* remove variable assigment duplicate

* remove none ssl element from all request]
  • Loading branch information
stevealliance authored and sa1omon committed Nov 28, 2019
1 parent f251f91 commit 15b3f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/districtmDMXBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const spec = {
var obj = {};
obj.id = dmx.bidId;
obj.tagid = String(dmx.params.dmxid);
obj.secure = window.location.protocol === 'https:' ? 1 : 0;
obj.secure = 1;
obj.banner = {
topframe: 1,
w: dmx.sizes[0][0] || 0,
Expand Down

0 comments on commit 15b3f5a

Please sign in to comment.