Commit graph

5 commits

Author SHA1 Message Date
d54cd76f99
docs: clarify privacy protection guidelines
Updated the privacy protection guidelines to encourage hosting files on your own server and testing them thoroughly. This aims to enhance user privacy assurance by minimizing reliance on third-party content, which might include privacy-invading elements.
2024-11-09 11:38:58 +01:00
f4c16f3b63
docs(index.html): enhance footer with privacy disclaimer
Expanded the footer to include a detailed privacy disclaimer emphasizing the service's privacy-focused nature and transparency about data handling. Mentioned the open-source status and provided a link to the source code. This improves user trust by informing them about data privacy practices and potential risks. No issue references.
2024-11-08 17:03:17 +01:00
8a37bc9f2c
feat: switch CDN from jsdelivr to Cloudflare
Updated the proxy route to use Cloudflare CDN instead of jsdelivr. Corresponding changes made in the HTML to reflect the new CDN, along with a rebrand from "nobsdelivr" to "nocdnbs". This enhances CDN reliability and availability.
2024-08-03 16:12:47 +02:00
e6373d0535
feat: redesign layout with hero section and footer
Added a hero section for better user engagement and moved informational content into a clearer main section. The footer with a credit link enhances credibility. Extra styling improves readability with a structured presentation. Updated bootstrap resource links for consistency.
2024-08-03 11:15:36 +02:00
c4054c1374
feat: add Flask proxy app for cdn.jsdelivr.net
Introduce a simple Flask app that proxies requests to cdn.jsdelivr.net.
Includes basic routing for home and proxy endpoints, and a template
render for the home page explaining usage. Added Flask to
requirements.txt and updated .gitignore to exclude venv and __pycache__.
2024-08-03 08:40:59 +02:00