Add cookie policy URL to electron config

This commit is contained in:
David Baker 2018-05-25 10:00:44 +01:00
parent 93ea9d7c36
commit 05e0e842d6

View File

@ -18,7 +18,8 @@
}, },
"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"
}, },
"enable_presence_by_hs_url": { "enable_presence_by_hs_url": {
"https://matrix.org": false "https://matrix.org": false