This commit is contained in:
parent
867bed2b5f
commit
ae30ac69f7
2 changed files with 9 additions and 3 deletions
|
|
@ -216,7 +216,7 @@ export const std::vector<LegalPage>& LegalPages() {
|
|||
{
|
||||
"Order records that belong to an invoice are kept for seven years. That is the Dutch fiscal retention obligation, and it is the one case where a deletion request cannot be honoured early. Everything in an order that the tax records do not need is deleted on request.",
|
||||
"An order that is never paid lapses; its record is kept briefly for abuse spotting and then has no reason to exist.",
|
||||
"The order file is stored on a machine Catcrafts runs, readable only by the service account, and encrypted before any backup leaves that machine.",
|
||||
"The order file is stored on machine hosted by hetzner, a GDPR compliant german cloud hosting service.",
|
||||
} },
|
||||
{ "What this site does not do",
|
||||
{
|
||||
|
|
@ -226,7 +226,7 @@ export const std::vector<LegalPage>& LegalPages() {
|
|||
{ "Server logs",
|
||||
{
|
||||
"The web server keeps ordinary request logs. Those exist to debug faults and spot abuse, and are not connected to order records or used to build any kind of profile.",
|
||||
"Those logs are also this site's only analytics: a page of aggregate statistics, computed on the server, with visitor addresses anonymized before anything is stored. A tally like that is nothing to keep secret, so you are free to take a look yourself at catcrafts.net/analytics.",
|
||||
"Those logs are also this site's only analytics: a page of aggregate statistics, computed on the server, with visitor addresses anonymized before anything is stored. A tally like that is nothing to keep secret, so you are free to take a look yourself at https://catcrafts.net/analytics.",
|
||||
} },
|
||||
{ "Your rights",
|
||||
{
|
||||
|
|
@ -234,7 +234,7 @@ export const std::vector<LegalPage>& LegalPages() {
|
|||
} },
|
||||
{ "Changes",
|
||||
{
|
||||
"This page has a date at the top. Anything that changes what is collected or why gets a new date, and you do not have to take the date's word for it: every previous version of this page, with the exact diff, is public at catcrafts.net/legal/privacy/history.",
|
||||
"This page has a date at the top. Anything that changes what is collected or why gets a new date, and you do not have to take the date's word for it: every previous version of this page, with the exact diff, is public at https://catcrafts.net/legal/privacy/history.",
|
||||
} },
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue