Plugin outputs admin email address to page
-
Why does the sendinblue plugin output email addresses in Javascript to the page source? This seems wrong?
e.g. the following is taking from our front page source:
<script type="text/javascript"> (function() { window.sib ={equeue:[],client_key:"xxxxxxxxx"};/* OPTIONAL: email for identify request*/ window.sib.email_id = "[email protected]"; window.sendinblue = {}; for (var j = ['track', 'identify', 'trackLink', 'page'], i = 0; i < j.length; i++) { (function(k) { window.sendinblue[k] = function() { var arg = Array.prototype.slice.call(arguments); (window.sib[k] || function() { var t = {}; t[k] = arg; window.sib.equeue.push(t);})(arg[0], arg[1], arg[2]);};})(j[i]);}var n = document.createElement("script"),i = document.getElementsByTagName("script")[0]; n.type = "text/javascript", n.id = "sendinblue-js", n.async = !0, n.src = "https://sibautomation.com/sa.js?plugin=wordpress&key=" + window.sib.client_key, i.parentNode.insertBefore(n, i), window.sendinblue.page();})(); </script>
Obviously I’ve removed the email address but this is the line where it sits: window.sib.email_id = “[email protected]”;
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Plugin outputs admin email address to page’ is closed to new replies.