Skip to content

Commit

Permalink
change domain of sync URL (#3207)
Browse files Browse the repository at this point in the history
  • Loading branch information
naffis authored and bretg committed Oct 22, 2018
1 parent db67744 commit 52b8a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/consumableBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const spec = {
if (syncOptions.iframeEnabled) {
return [{
type: 'iframe',
url: '//s.zkcdn.net/ss/' + siteId + '.html'
url: '//sync.serverbid.com/ss/' + siteId + '.html'
}];
} else {
utils.logWarn(bidder + ': Please enable iframe based user syncing.');
Expand Down

0 comments on commit 52b8a77

Please sign in to comment.