feat: update footer with privacy disclaimer

Added disclaimer in the footer to inform users about potential privacy risks when using proxied Google Fonts. This ensures transparency regarding privacy implications and encourages hosting fonts locally for better protection.
This commit is contained in:
Kumi 2024-11-08 16:57:59 +01:00
parent d52595bed0
commit 1faf705926
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -77,13 +77,20 @@
<footer class="text-center">
<div class="container">
<h2>Privacy</h2>
<h2>Privacy / Disclaimer</h2>
<p>
GoogleDonts is a privacy-focused service. It does not track you or log
any data. It creates a fully separate connection to Google Fonts for
each request, so Google does not see your IP address or any other
information about you.
</p>
<p>
Please note that we cannot guarantee that files served through this
proxy do not contain tracking or other privacy-invading code, or that
they do not cause your browser to connect to third-party servers. The
best way to protect your users' privacy is to host the fonts on your
own server.
</p>
<p>
The service is open-source and you can view the source code on
<a href="https://git.private.coffee/privatecoffee/googledonts"