Skip to content

Commit 4af24d1

Browse files
ROSTOV-2287 - Fix consentise banner issues (Set 'analytics_storage': 'denied')
1 parent 9499b10 commit 4af24d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

themes/hugo-geekdoc/layouts/partials/head/consent-banner.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
'ad_storage': 'denied',
1111
'ad_user_data': 'denied',
1212
'ad_personalization': 'denied',
13-
//'analytics_storage': 'denied'
14-
'analytics_storage': 'granted'
13+
'analytics_storage': 'denied'
1514
});
1615
</script>

0 commit comments

Comments
 (0)