New Feature: Hide Piwik Footprints Even Further Like This..
-
I know that the official proposed solution to hide your piwik server in the source code is to use the proxy script and kudos to enabling it as a feature in this great plugin!
However I still have an issue of running a footprint in my sites even with the proxy script. For example I’m not comfortable showing that my site uses piwik to track users especially not that it uses the current wp-piwik plugin. Unfortunately this is all visible in the source code even if the proxy script type of tracking is enabled:
var u="//my.website.com/<strong>wp-content/plugins/wp-piwik/proxy/</strong>"
Also these lines show that I’m using piwik:
_paq.push(['setTrackerUrl', u+'<strong>piwik.php</strong>']);
and
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'<strong>piwik.php</strong>'; s.parentNode.insertBefore(g,s);
My opinion is that it’s important to be able to hide footprints completely and this can be achieved very easy. Instead of having “wp-content/plugins/wp-piwik/proxy” as the default path, the user should be able to click “generate random path” and the plugin should create some random folder name (or user-set folder) and put it there. Either through .htaccess or creating the folder.
And as for the piwik.php file, since it’s really not that important what the name of the php file would be, again the user could just choose whatever filename he wants for that php file, or an option to generate random filename can be added.
In my opinion only with these features added there will be a true footprint-free way of tracking visits.
- The topic ‘New Feature: Hide Piwik Footprints Even Further Like This..’ is closed to new replies.