diff --git a/README.md b/README.md index e0be182..d089181 100644 --- a/README.md +++ b/README.md @@ -98,9 +98,12 @@ These operations take place in accordance with the rules explained in [this guid ## Changelog +##### 4.1.10 +* Move www.googletagmanager.com/gtag/js under analytics #4 + ##### 4.1.9 * Fix SSRF security vulnerability -* Remove googletagmanager.com/gtm.js from basic internaction +* Remove googletagmanager.com/gtm.js from basic interaction ##### ``4.1.8 * Fix: Avoid overriding the purposes attr if it was set diff --git a/iubenda.class.php b/iubenda.class.php index a21e5eb..e95a86b 100644 --- a/iubenda.class.php +++ b/iubenda.class.php @@ -5,7 +5,7 @@ * @author iubenda s.r.l * @copyright 2018-2020, iubenda s.r.l * @license GNU/GPL - * @version 4.1.9 + * @version 4.1.10 * @deprecated * * This program is free software: you can redistribute it and/or modify @@ -96,7 +96,8 @@ class iubendaParser { 'i.kissmetrics.com/i.js', 'cdn.mxpnl.com', 'rum-static.pingdom.net/prum.min.js', - 'google-analytics.com/analytics.js' + 'google-analytics.com/analytics.js', + 'www.googletagmanager.com/gtag/js' ), // Targeting & Advertising 5 => array( @@ -104,7 +105,6 @@ class iubendaParser { 'securepubads.g.doubleclick.net/tag/js/gpt.js', 'googlesyndication.com/pagead/show_ads.js', 'googleadservices.com/pagead/conversion.js', - 'www.googletagmanager.com/gtag/js', 'window.adsbygoogle', 'static.ads-twitter.com', 'static.criteo.net/js/',