Skip to content

Commit

Permalink
Merge pull request #307 from steven-hadfield/master
Browse files Browse the repository at this point in the history
Merged.
  • Loading branch information
Nathan Guisinger committed Apr 7, 2016
2 parents b3fc925 + 0d69bb0 commit 90e54e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/aol.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ var AolAdapter = function AolAdapter() {
server: bid.params.server, // By default, DAC.js will use the US region endpoint (adserver.adtechus.com)
sizeid: bid.params.sizeId || 0,
pageid: bid.params.pageId,
secure: false,
secure: document.location.protocol === 'https:',
serviceType: 'pubapi',
performScreenDetection: false,
alias: alias,
Expand Down

0 comments on commit 90e54e1

Please sign in to comment.