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:
parent
d52595bed0
commit
1faf705926
1 changed files with 8 additions and 1 deletions
|
@ -77,13 +77,20 @@
|
||||||
|
|
||||||
<footer class="text-center">
|
<footer class="text-center">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2>Privacy</h2>
|
<h2>Privacy / Disclaimer</h2>
|
||||||
<p>
|
<p>
|
||||||
GoogleDonts is a privacy-focused service. It does not track you or log
|
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
|
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
|
each request, so Google does not see your IP address or any other
|
||||||
information about you.
|
information about you.
|
||||||
</p>
|
</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>
|
<p>
|
||||||
The service is open-source and you can view the source code on
|
The service is open-source and you can view the source code on
|
||||||
<a href="https://git.private.coffee/privatecoffee/googledonts"
|
<a href="https://git.private.coffee/privatecoffee/googledonts"
|
||||||
|
|
Loading…
Reference in a new issue