update GDPR/DSA

master
Niko PLP 1 month ago
parent 6852d56bbc
commit d03d15f9b7
  1. 3
      ngaccount/web/index.html
  2. 4
      ngaccount/web/src/App.svelte
  3. 13
      ngaccount/web/src/routes/Create.svelte

@ -60,6 +60,9 @@
.splashing {
height: 95vh;display: grid;
}
.noshow {
display: none !important;
}
</style>
</head>

@ -23,6 +23,10 @@
routes.set("/create", Create);
routes.set("/delete", Delete);
routes.set("*", NotFound);
onMount(() => {
window.document.getElementById("splash").className="noshow";
});
</script>
<main class="">

@ -210,8 +210,8 @@
/>
</svg>
<span
>Our servers are located in France, and we comply with the
GDPR regulation.</span
>Our servers are located in France, and comply with the
GDPR and DSA regulations, to the extent that they concern us.</span
>
</li>
<li class="flex space-x-3">
@ -230,7 +230,10 @@
d="M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75 2.25 2.25 0 00-.1-.664m-5.8 0A2.251 2.251 0 0113.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0118 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3l1.5 1.5 3-3.75"
/>
</svg>
<span>legal details about GDPR... TBD</span>
<span>As we do not store any personal information about you, GDPR is not directly applicable, but we do offer you the GDPR rights, specially the right to delete your data.<br/>
This broker only hosts encrypted data that is never published on the internet in any way. We therefor have no control over moderation and cannot be held liable for the plain-text version of the messages exchanged on this broker.<br/>
For any matter related to GDPR or DSA, please see our <a href="https://nextgraph.org/contact/" target="_blank">contact details here</a>. You can contact us in english, french, german and spanish.<br/>
We reserve the right to terminate service at any moment, without any given reason, as this service is in alpha version, and we do not have contractual relation with you. We do not know who you are and cannot contact you.</span>
</li>
{/if}
<li class="flex space-x-3">
@ -274,8 +277,8 @@
</svg>
<span
>We do not log any private information about you (nor IP, nor
country, nor statistics of any kind). Only your UserId is kept,
together with the list of devices (clientId) you use to connect
country, nor statistics of any kind). Only your randomly generated UserId is kept,
together with the list of devices (ClientId) you use to connect
to the broker. We collect general purpose information about your
device (OS version, browser version, and if you use the app, the
version and date of last update). We do not have access to any

Loading…
Cancel
Save