We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e9db5 commit 9d505dfCopy full SHA for 9d505df
1 file changed
MM.WEB/wwwroot/js/utils.js
@@ -297,7 +297,15 @@ export const environment = {
297
'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'
298
);
299
300
- return !googlesyndication;
+ if (!googlesyndication) {
301
+ return true;
302
+ }
303
+
304
+ const fundingchoicesmessages = await environment.testUrl(
305
+ 'https://fundingchoicesmessages.google.com/i/pub-5145928155833172?ers=1'
306
+ );
307
308
+ return !fundingchoicesmessages;
309
}
310
};
311
0 commit comments