Skip to content

Commit

Permalink
Update prebidServer_example.html
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Aug 3, 2022
1 parent d5a882f commit b7c5ae5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integrationExamples/gpt/prebidServer_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
gads.src = 'https://www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
Expand Down

0 comments on commit b7c5ae5

Please sign in to comment.