Skip to content

Commit 79e5285

Browse files
committed
Update cookie consent documentation
1 parent ec4de0d commit 79e5285

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/setup/setting-up-site-analytics.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,15 @@ integrated by using the `cookies` field:
115115

116116
When a user first visits your site, a cookie consent form is rendered:
117117

118-
[![With tabs][7]][7]
118+
[![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+
```
119127

120128
[5]: ../insiders/index.md
121129
[6]: #custom-cookies

0 commit comments

Comments
 (0)