Hello, I bought the paid version of the software because I find it really great. And it corresponds to my expectations.I used the following tracking code:
Code:<script type="text/javascript" src="https://www.abri29.com/phpwebstat53/pws.php?mode=js"></script>
<script type="text/javascript" src="https://www.abri29.com/phpwebstat53/plugins/onclick/pws_file.php"></script>
<noscript><img src="https://abri29.com/phpwebstat53/pws.php?mode=img" style="border:0; width:1px; height:1px" alt="noscript-img"></noscript>
Everything works fine, except when I use "
header('X-Content-Type-Options: nosniff');" to reinforce the security of the website.
The problem is that the tracking code is blocked, here is what the debugger displays:
It detects "pws" files as
text/html, and the tracking code says
text/javascript.
the MIME type is not the sames and therefore the files are blocked.
How to adapt the tracking code, or the files concerned so that they are accepted by the
X-Content-Type-Options: nosniff security option?
Thank you.