From f384771f33214330c751e3f36e09344e2086abb7 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 06:19:17 +0800 Subject: [PATCH] Add `msn.com` to Microsoft domain allow-list in detection rules --- rules/detection-rules.json | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/detection-rules.json b/rules/detection-rules.json index a8bdeac..13a4056 100644 --- a/rules/detection-rules.json +++ b/rules/detection-rules.json @@ -33,6 +33,7 @@ "^https:\\/\\/([a-zA-Z0-9-]+\\.)*microsoftazuread-sso\\.com$", "^https:\\/\\/([a-zA-Z0-9-]+\\.)*azureedge\\.net$", "^https:\\/\\/([a-zA-Z0-9-]+\\.)*bing\\.com$", + "^https:\\/\\/([a-zA-Z0-9-]+\\.)*msn\\.com$", "^https:\\/\\/github\\.com$", "^https:\\/\\/([a-zA-Z0-9-]+\\.)*cloud\\.microsoft$", "^https:\\/\\/([a-zA-Z0-9-]+\\.)*powerbi\\.com$"