Skip to content

Fix security vulnerabilities to resolve browser warnings - #1

Open
cloudwindcc wants to merge 2 commits into
main2from
fix-security-vulnerabilities
Open

Fix security vulnerabilities to resolve browser warnings#1
cloudwindcc wants to merge 2 commits into
main2from
fix-security-vulnerabilities

Conversation

@cloudwindcc

Copy link
Copy Markdown
Owner

This commit addresses several issues that were causing the website to be flagged as a "Deceptive Site" by browsers like Google Chrome.

The primary fixes include:

  • Removing the fake login page (login.html) which used client-side JavaScript to simulate a login process, a common phishing pattern.
  • Removing all associated login functionality from choice-algorithms.html and making all content accessible by default.
  • Removing non-functional AI features from decision-tools.html that included client-side handling of an API key, which is a major security risk.
  • Replacing a QR code that linked to an external social media contact with a standard mailto: link on the main page (index.html).
  • Removing a broken link to a non-existent subdomain.

These changes remove deceptive patterns and insecure code, making the website safer for users and compliant with web security best practices.

This commit addresses several issues that were causing the website to be flagged as a "Deceptive Site" by browsers like Google Chrome.

The primary fixes include:
- Removing the fake login page (`login.html`) which used client-side JavaScript to simulate a login process, a common phishing pattern.
- Removing all associated login functionality from `choice-algorithms.html` and making all content accessible by default.
- Removing non-functional AI features from `decision-tools.html` that included client-side handling of an API key, which is a major security risk.
- Replacing a QR code that linked to an external social media contact with a standard `mailto:` link on the main page (`index.html`).
- Removing a broken link to a non-existent subdomain.

These changes remove deceptive patterns and insecure code, making the website safer for users and compliant with web security best practices.
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 30, 2025

Copy link
Copy Markdown

Deploying daxuanze with  Cloudflare Pages  Cloudflare Pages

Latest commit: 93ca4ad
Status: ✅  Deploy successful!
Preview URL: https://3d18bc89.daxuanze.pages.dev

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant