Update cookie consent settings to deny all storage options

This commit is contained in:
2024-10-31 19:27:03 +01:00
parent 55ddfd3a70
commit d181cd19b1
2 changed files with 4 additions and 4 deletions

BIN
templates/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -6,10 +6,10 @@
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag( 'consent', 'default', {
'ad_storage': 'granted',
'ad_user_data': 'granted',
'ad_personalization': 'granted',
'analytics_storage': 'granted',
'ad_storage': 'denied',
'ad_user_data': 'denied',
'ad_personalization': 'denied',
'analytics_storage': 'denied',
'personalization_storage': 'granted',
'security_storage': 'granted',
'functionality_storage': 'granted',