From 30cf916964312b76a976234e421718d530a44f38 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 5 Aug 2024 16:34:25 +0200 Subject: [PATCH] feat(index.html): enhance privacy section with new details Added a new "Privacy" section to the index page explaining that GoogleDonts does not track users, log data, and maintains separate connections to Google Fonts to protect user information. Additionally, included a link to the open-source repository for transparency. These changes aim to provide users with a clearer understanding of the privacy benefits and the open-source nature of the service. --- templates/index.html | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 6bcaa1e..bdc55fc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -40,21 +40,35 @@

Welcome to GoogleDonts

GoogleDonts is a proxy service to Google Fonts. It allows you to use - Google Fonts without any data being sent to Google. + Google Fonts without any data being sent to Google.

To use the proxy, simply replace - https://fonts.googleapis.com/ with {{ domain }} in - the URL. + https://fonts.googleapis.com/ with + {{ domain }} in the URL.

Example:

{{ domain }}css?family=Montserrat:400,700
+

Privacy

+

+ 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. +

+

+ The service is open-source and you can view the source code on + Private.coffee Git. +

+