You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the JSON.stringify call has a dangling adServerDomain all by itself
In IE, the ad doesn't render and console has this error: SEC7111: HTTPS security is compromised by (null) https://tpc.googlesyndication.com/safeframe/1-0-5/html/container.html
In IE < 11, const raises a syntax error, var should be used instead.
Type of issue
Bug
Description
JSON.stringify
call has a danglingadServerDomain
all by itselfSEC7111: HTTPS security is compromised by (null) https://tpc.googlesyndication.com/safeframe/1-0-5/html/container.html
const
raises a syntax error,var
should be used instead.id
var isn't defined anywhereadServerDomain
should check the current protocol (or just default to https)%%PUBLISHER_DOMAIN%%
,%%PATTERN:url%%
exists already and can be parsed to get the domain.<script>....</script>
around the whole JS (and then save the file as .html) so it is a full example ready to paste directly in.I can provide a merge request shortly for most of these items, but I don't know how to fix the IE HTTPS error.
The text was updated successfully, but these errors were encountered: