From 77eb165082c54754841c173141e3a26c69847d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Harrault?= <benoit@harrault.fr> Date: Fri, 7 Jul 2023 10:55:17 +0200 Subject: [PATCH] Add a "GDPR" notice (nothing is collected) --- templates/base.html.twig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/base.html.twig b/templates/base.html.twig index 78db052..8aab189 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -65,6 +65,14 @@ {% block content %}{% endblock %} </div> + <div class="container text-muted"> + We don't collect or keep any personal data. + <br /> + Your top artists and playlists are read from your Spotify account, playlists are generated "on the fly" and directly saved to your Spotify account. + <br /> + Some access log (with your IP) are technically generated, but never read :') + </div> + {% endblock %} {% block javascripts %}{{ encore_entry_script_tags('app') }}{% endblock %} -- GitLab