How to block cookies and trackers with JavaScript rewrite
This guide explains you how to block cookies and plugins with Secure Privacy using Javascript rewrite.
To block cookies and trackers you need to change the attributes of the script tags on your website. Follow these steps to change the attributes.
- Apply the attribute sp-consent="PLUGIN NAME" to the script/image tags on your website. Depending on where you have installed the plugins, this may be inside a module, plugin or directly on your website. Make sure that you write the exact plugin name, which appears on your Scan Report.
- On script tags change the attribute 'type' from 'text/javascript' to 'text/plain'.
- If you are using a pixel tracker (image trackers), then change the attribute “src” from “src” to “data-src”.
Here is an example of how it would look after you have modified a Google Analytics script.
Normal script tags look like this:
<script type="text/javascript"> code…
</script>
Using script type re-writing, you need to change the scripts to:
<script type="text/plain" sp-consent="Google Analytics"> code…
</script>

Want to try
Secure Privacy?
Get your free cookie banner up and running today!

More than 14,000 complaints filed with the CNIL in 2021
When processing personal data on your website, you must be sure to follow a number of rules and recommendations. If you do not, you expose yourself to fines and procedures.
- CNIL

What is the Latvian DPA Cookie Guidelines and How Can You Comply with Them?
In this guide, we explore the Latvian DPA Cookie Consent Guidelines.
- GDPR

The One Stop Guide to EU Cookie Guidelines
Cookies and similar tracking technologies (cookies) are tools used to collect data about internet users for various purposes, including remarketing and audience measurement. Read all about Cookie Guidelines here.
- Cookie banner