From 2cf4a89a14022fd52c334159a050c4cb02e82446 Mon Sep 17 00:00:00 2001 From: Konrad Dzwinel Date: Tue, 17 Dec 2024 01:06:45 +0100 Subject: [PATCH 1/4] Use current feature name (malicious site protection) on the index page --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b2ef027..c7ac093 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@

Security

  • Leak of extension IDs via CSP
  • Detect changes to JS objects in global scope
  • Popup noopener/noreferrer tests
  • -
  • Phishing Detection Pages
  • +
  • Malicious Site Protection Test Pages
  • Privacy Protections Tests

    From 2d6a2d3c6f003939bcce359529531c0eee6e87d2 Mon Sep 17 00:00:00 2001 From: Konrad Dzwinel Date: Tue, 17 Dec 2024 01:07:26 +0100 Subject: [PATCH 2/4] Reorganize malicious site protection test pages index and add edge case pages. --- security/badware/index.html | 31 +++++++++++++++++++++++-------- security/badware/local-check.html | 18 ++++++++++++++++++ 2 files changed, 41 insertions(+), 8 deletions(-) create mode 100644 security/badware/local-check.html diff --git a/security/badware/index.html b/security/badware/index.html index f14763f..6334d6e 100644 --- a/security/badware/index.html +++ b/security/badware/index.html @@ -3,27 +3,30 @@ - Test Pages - Phishing Detection + Test Pages - Malicious Site Protection -

    Phishing Detection Test Pages

    +

    Malicious Site Protection Test Pages

    [Home] + +

    Redirects

    + + +

    Edge Cases

    + + +

    Utility

    + diff --git a/security/badware/local-check.html b/security/badware/local-check.html new file mode 100644 index 0000000..8cebcfc --- /dev/null +++ b/security/badware/local-check.html @@ -0,0 +1,18 @@ + + + + + + Local-check malware page + + + +

    [Back]

    + +

    Local check malware page

    + +

    This is an example malware page that DuckDuckGo clients intend to block. If you arrive here by mistake; there's + nothing to worry about, we just use this page to test if our client blocking is working.

    + + + \ No newline at end of file From 192f5ed05902099cc2fcb079d57cc72b19d970a0 Mon Sep 17 00:00:00 2001 From: Konrad Dzwinel Date: Tue, 17 Dec 2024 12:39:00 +0100 Subject: [PATCH 3/4] Fix link to broken/excluded site --- security/badware/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/badware/index.html b/security/badware/index.html index 6334d6e..95c7a5e 100644 --- a/security/badware/index.html +++ b/security/badware/index.html @@ -41,7 +41,7 @@

    Redirects

    Edge Cases

    From e2c255520407772d2d4986728a9a17cd8366a44c Mon Sep 17 00:00:00 2001 From: Konrad Dzwinel Date: Tue, 17 Dec 2024 15:14:53 +0100 Subject: [PATCH 4/4] drop the utility page --- security/badware/index.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/security/badware/index.html b/security/badware/index.html index 95c7a5e..bff4d90 100644 --- a/security/badware/index.html +++ b/security/badware/index.html @@ -44,11 +44,6 @@

    Edge Cases

  • Page where malicious site protection is disabled via remote config exception (⚠️ different domain)
  • Page flagged in the local data (doesn't require API request)
  • - -

    Utility

    -