Products
All Products
Cause
The Tag Builder code builds the
“http://domain.com/dcs_id/njs.gif?….”
This can cause browser security messages when browsing a secure (https) site. Messages relating to “mixed content,” “non-secure content” and similar-worded warnings may display.
Resolution
Work around this issue by modifying the
Change:
src=”http://domain.com/dcs_id/njs.gif?…”
change to
src=”//domain.com/dcs_id/njs.gif?…”
This modification will make the