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