Hidden phone-home function
-
Why is in 11.5 this phone-home code in minified
ytprefs.min.js
setupevents: function(a) { ... }, jp: function(b) { var f = document.createElement("script"); f.src = "https://www.embedplus.com/test-page.aspx?es=w&u=" + encodeURIComponent(a.location.href.split("#")[0]) + "&" + b + (-1 < navigator.userAgent.toLowerCase().indexOf("chrome") ? "&b=c&" : "&b=&"); var c = document.getElementsByTagName("head")[0].appendChild(f); setTimeout(function() { c.parentNode.removeChild(c) }, 500) }, apiInit: function() { ...
while it says only
//debug
at the same place in non-minified readableytprefs.js
?setupevents: function (iframeid) { ... }, jp: function (q) { //debug }, apiInit: function () { ...
Not nice.
- The topic ‘Hidden phone-home function’ is closed to new replies.