From 78680fac4950b01315271dd279dcb8ec235f1c60 Mon Sep 17 00:00:00 2001 From: Clement Date: Tue, 7 Jul 2020 14:54:24 +0200 Subject: [PATCH] :pencil: Add the privacy policy draft Fix #7 --- privacy_policy.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 privacy_policy.md diff --git a/privacy_policy.md b/privacy_policy.md new file mode 100755 index 0000000..f12598c --- /dev/null +++ b/privacy_policy.md @@ -0,0 +1,27 @@ +#English +This extension collect the instance URL you'll be sending your page to and the token used to identify yourself on this instance. +This will be saved on your browser local storage. + +The following elements are sent to the instance: + +- title +- description +- image + +They are automatically generated with the current tab content. With your current token, you can also send a comment which will reach the instance. + +--- + +# French + +Cette extension collecte l'URL de l'instance vers laquelle vous allez envoyer les informations and le jeton vous permettant de vous identifier sur cette instance. +Ces deux données sont enregistrées localement dans le local storage de votre navigateur. + +Les éléments suivant seront envoyés à l'instance : + +- titre +- description +- image + +Ils seront générés automatiquement à partir des mêmes informations utilisées sur l'onglet actuellement ouvert. +Avec votre jeton en cours, vous pourrez aussi envoyer un commentaire de cet onglet vers l'instance.