Skip to content

Commit

Permalink
update loader url (#38667)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybootin authored Mar 29, 2023
1 parent bb61400 commit cec3a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ads/_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ const adConfig = jsonConfiguration({
'seedingalliance': {},

'seedtag': {
prefetch: 'https://config.seedtag.com/omid/bridge/bridge.js',
prefetch: 'https://t.seedtag.com/c/loader.js',
preconnect: ['https://s.seedtag.com'],
consentHandlingOverride: true,
renderStartImplemented: true,
Expand Down
2 changes: 1 addition & 1 deletion ads/vendors/seedtag.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ export function seedtag(global, data) {
global._seedtag_amp.allowed_data
);

loadScript(global, 'https://config.seedtag.com/omid/bridge/bridge.js');
loadScript(global, 'https://t.seedtag.com/c/loader.js');
}

0 comments on commit cec3a0b

Please sign in to comment.