Skip to content

Commit a5fb88f

Browse files
DOC-4329: add redirect_to param to consent preferences footer link (#182)
* add redirect to param to footer link * add full site url * put site key back
1 parent db67713 commit a5fb88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials/footer.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
|
3030
<a
3131
id="preferenceCenterLink"
32-
href="https://www.datastax.com/preferences"
32+
href="https://www.datastax.com/preferences?redirect_to={{{../site.url}}}{{{../page.url}}}"
3333
data-track="Footer Consent Preference Link Clicked"
3434
>Manage Privacy Choices</a>
3535
</span>

0 commit comments

Comments
 (0)