Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Malicious site protection edge cases #249

Merged
merged 4 commits into from
Dec 18, 2024

Conversation

kdzwinel
Copy link
Member

I bundled couple of small changes:

  • renamed "phishing detection" to "malicious site protection" to cover both phishing and malware and follow latest naming of this feature
  • reorganized order of malicious site protection test pages on the index page for easier reading
  • added three edge-case's: when site is in the local cache and doesn't require API request, when site is flagged by both DNS protection and malicious site protection, when site is excluded from protection via remote config exception

security/badware/index.html Show resolved Hide resolved

<h2>Utility</h2>
<ul>
<li><a href="./phishing-iframe-top-navigator.html">Phishing iFrame Top Navigator</a></li>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, do we even have to link to it? I think it only confuses folks since it's not a test.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove this link actually, it's not useful on its own.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, I dropped it

<li><a href="./malware-download.html">Malware Download Test</a></li>
</ul>

<h2>Redirects</h2>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if it's a useful grouping, just wanted to make things more findable given we now have a ton of those pages. I'm happy to revert this change if it doesn't make sense

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No this makes perfect sense. Thanks Konrad!

Copy link
Collaborator

@not-a-rootkit not-a-rootkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy with this, appreciate it @kdzwinel !

<li><a href="./malware-download.html">Malware Download Test</a></li>
</ul>

<h2>Redirects</h2>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No this makes perfect sense. Thanks Konrad!


<h2>Utility</h2>
<ul>
<li><a href="./phishing-iframe-top-navigator.html">Phishing iFrame Top Navigator</a></li>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove this link actually, it's not useful on its own.

@kdzwinel kdzwinel merged commit ba49498 into main Dec 18, 2024
1 check passed
@kdzwinel kdzwinel deleted the konrad/malicious-site-protection-edge-cases branch December 18, 2024 10:18
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.

2 participants