We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4de0d commit 79e5285Copy full SHA for 79e5285
1 file changed
docs/setup/setting-up-site-analytics.md
@@ -115,7 +115,15 @@ integrated by using the `cookies` field:
115
116
When a user first visits your site, a cookie consent form is rendered:
117
118
-[![With tabs][7]][7]
+[![Cookie consent][7]][7]
119
+
120
+In order to comply with GDPR, users must be able to change their cookie settings
121
+at any time. This can be done by creating a simple link as part of any document,
122
+e.g. privacy policy:
123
124
+``` markdown
125
+[Change cookie settings](#__consent){ .md-button }
126
+```
127
128
[5]: ../insiders/index.md
129
[6]: #custom-cookies
0 commit comments