Update cookie consent settings to deny all storage options
This commit is contained in:
BIN
templates/.DS_Store
vendored
Normal file
BIN
templates/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -6,10 +6,10 @@
|
|||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag(){dataLayer.push(arguments);}
|
||||||
gtag( 'consent', 'default', {
|
gtag( 'consent', 'default', {
|
||||||
'ad_storage': 'granted',
|
'ad_storage': 'denied',
|
||||||
'ad_user_data': 'granted',
|
'ad_user_data': 'denied',
|
||||||
'ad_personalization': 'granted',
|
'ad_personalization': 'denied',
|
||||||
'analytics_storage': 'granted',
|
'analytics_storage': 'denied',
|
||||||
'personalization_storage': 'granted',
|
'personalization_storage': 'granted',
|
||||||
'security_storage': 'granted',
|
'security_storage': 'granted',
|
||||||
'functionality_storage': 'granted',
|
'functionality_storage': 'granted',
|
||||||
|
|||||||
Reference in New Issue
Block a user