Skip to content

Commit

Permalink
make userconnect url secure
Browse files Browse the repository at this point in the history
  • Loading branch information
elodied-adscale committed Aug 8, 2019
1 parent 4a041db commit cacdfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/stroeerCoreBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function initUserConnect() {
const stroeerCore = getStroeerCore();

const sid = stroeerCore.anySid;
const userConnectJsUrl = (stroeerCore.userConnectJsUrl || '//js.adscale.de/userconnect.js');
const userConnectJsUrl = (stroeerCore.userConnectJsUrl || 'https://js.adscale.de/userconnect.js');

const scriptElement = getMostAccessibleTopWindow().document.createElement('script');

Expand Down

0 comments on commit cacdfef

Please sign in to comment.