Proxy for Google Fonts

  • thumbnail.png
  • google_fonts_proxy_screenshot_0_1684760096.png

Use Google Fonts while addressing privacy concerns related to GDPR and CCPA

This package ensures that website visitors do not directly connect to Google's servers for font resources, thereby enhancing privacy. Instead, it reroutes all requests for Google Fonts through the website's own server, effectively becoming a proxy. This approach eliminates direct contact between the website visitor and Google, with the web server handling all communications with Google's servers.

Features

  • Automatic Tag Replacement: Automatically converts `` tags requesting Google Fonts to point towards the web server, preventing direct visitor contact with Google's servers.
  • CSS Stylesheet Wrapping: Modifies CSS stylesheets containing direct references to Google Fonts, ensuring all font requests are proxied through the website's server.
  • Privacy Compliance: Addresses privacy concerns related to GDPR and CCPA by avoiding direct connections between the website's visitors and Google's servers.
  • Caching Support: Implements caching for responses, minimizing the performance impact of rerouting font requests through the web server.