We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5911c1 commit e5f2df8Copy full SHA for e5f2df8
src/secureSignal_shared.ts
@@ -28,11 +28,8 @@ export class UidSecureSignalProvider implements UidSecureSignalProviderType {
28
return;
29
}
30
31
- window.googletag = window.googletag || {
32
- cmd: [],
33
- };
34
-
35
- window.googletag.secureSignalProviders = window.googletag.secureSignalProviders || [];
+ window.googletag = window.googletag || {};
+ window.googletag.secureSignalProviders = window.googletag.secureSignalProviders || {};
36
37
if (!this.hasRegisteredSecureSignals) {
38
this.hasRegisteredSecureSignals = true;
0 commit comments