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
[reopen] Documentation privacy problem.
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
[reopen] Documentation privacy problem.
Last edited by broucaries on 2012-12-22T05:28:25-07:00, edited 2 times in total.
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
Re: Documentation privacy problem.
Moreover you ask for cse stylesheet and give information to google...
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
Re: Documentation privacy problem.
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>
<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.
We'll remove these from the offline documentation by sometime this weekend. Thanks.
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
Re: [solved] Documentation privacy problem.
You forget to remove
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Re: [reopen] Documentation privacy problem.
We can reproduce the problem you posted and have a patch in ImageMagick 6.8.0-0 Beta available by sometime tomorrow. Thanks.