diff --git a/themes/custom/ts_wrin/templates/layout/html.html.twig b/themes/custom/ts_wrin/templates/layout/html.html.twig index c068fe879..a2fa4efab 100644 --- a/themes/custom/ts_wrin/templates/layout/html.html.twig +++ b/themes/custom/ts_wrin/templates/layout/html.html.twig @@ -41,13 +41,18 @@ gtag('consent','default',{ 'ad_storage':'denied', 'analytics_storage':'denied', + 'ad_user_data':'denied', + 'ad_personalization':'denied', + 'personalization_storage':'denied', + 'functionality_storage':'granted', + 'security_storage':'granted', 'wait_for_update': 500 }); gtag("set", "ads_data_redaction", true); {% endif %} {% if osano_script %} - + {% endif %} {{ head_title|safe_join(' | ') }}