mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Fix the remainder of the cookie links
Fixes https://github.com/vector-im/riot-web/issues/10362 Per https://github.com/vector-im/riot-web/pull/11998#issuecomment-577329852
This commit is contained in:
parent
d7e47841e5
commit
47d88d6b79
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
||||||
"piwik": {
|
"piwik": {
|
||||||
"url": "https://piwik.riot.im/",
|
"url": "https://piwik.riot.im/",
|
||||||
"siteId": 1,
|
"siteId": 1,
|
||||||
"policyUrl": "https://matrix.org/docs/guides/riot_im_cookie_policy"
|
"policyUrl": "https://matrix.org/legal/riot-im-cookie-policy"
|
||||||
},
|
},
|
||||||
"phasedRollOut": {
|
"phasedRollOut": {
|
||||||
"feature_lazyloading": {
|
"feature_lazyloading": {
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
"text": "Privacy Policy"
|
"text": "Privacy Policy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "https://matrix.org/docs/guides/riot_im_cookie_policy",
|
"url": "https://matrix.org/legal/riot-im-cookie-policy",
|
||||||
"text": "Cookie Policy"
|
"text": "Cookie Policy"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
"text": "Privacy Policy"
|
"text": "Privacy Policy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "https://matrix.org/docs/guides/riot_im_cookie_policy",
|
"url": "https://matrix.org/legal/riot-im-cookie-policy",
|
||||||
"text": "Cookie Policy"
|
"text": "Cookie Policy"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue