Page 1 of 1

[reopen] Documentation privacy problem.

Posted: 2012-08-31T02:43:20-07:00
by broucaries
Hi,

You include google analytics redirector from offline documentation. It is a privacy problem. Could you please try to remove (not from online but offline version only) ?

Thanks

bastien

Re: Documentation privacy problem.

Posted: 2012-08-31T02:46:16-07:00
by broucaries
Moreover you ask for cse stylesheet and give information to google...

Re: Documentation privacy problem.

Posted: 2012-08-31T02:49:54-07:00
by broucaries
You add also google + button:
<script type="text/javascript">
window.___gcfg = {
lang: 'en-US'
};

(function() {
var po = document.createElement('script');
po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var script = document.getElementsByTagName('script')[0];
script.parentNode.insertBefore(po, script);
})();
var gplusone = document.getElementById("gplusone");
gplusone.setAttribute("data-size","medium");
gplusone.setAttribute("data-count","false");
</script>

Re: Documentation privacy problem.

Posted: 2012-08-31T05:27:48-07:00
by magick
We'll remove these from the offline documentation by sometime this weekend. Thanks.

Re: [solved] Documentation privacy problem.

Posted: 2012-12-22T05:20:41-07:00
by broucaries
You forget to remove

<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

Re: [reopen] Documentation privacy problem.

Posted: 2012-12-22T15:01:41-07:00
by magick
We can reproduce the problem you posted and have a patch in ImageMagick 6.8.0-0 Beta available by sometime tomorrow. Thanks.