Skip to content

Commit 4f2ed7d

Browse files
committed
update loader url
1 parent c95dcde commit 4f2ed7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ads/_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ const adConfig = jsonConfiguration({
11571157
'seedingalliance': {},
11581158

11591159
'seedtag': {
1160-
prefetch: 'https://config.seedtag.com/omid/bridge/bridge.js',
1160+
prefetch: 'https://t.seedtag.com/c/loader.js',
11611161
preconnect: ['https://s.seedtag.com'],
11621162
consentHandlingOverride: true,
11631163
renderStartImplemented: true,

ads/vendors/seedtag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ export function seedtag(global, data) {
3434
global._seedtag_amp.allowed_data
3535
);
3636

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

0 commit comments

Comments
 (0)