From fb66341560aa3c76a4825440219e00f3162eab7c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 31 Oct 2019 11:33:50 -0600 Subject: [PATCH] added office.com to equiv domain list for msoft --- .gitignore | 2 ++ src/static/global_domains.json | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e991430e..fa842214 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ data # Web vault web-vault +# Environment variables +docker-compose.yml diff --git a/src/static/global_domains.json b/src/static/global_domains.json index 5eb50793..29dc5e7e 100644 --- a/src/static/global_domains.json +++ b/src/static/global_domains.json @@ -106,7 +106,8 @@ "windows.com", "microsoftonline.com", "office365.com", - "microsoftstore.com" + "microsoftstore.com", + "office.com" ], "Excluded": false }, @@ -764,4 +765,4 @@ ], "Excluded": false } -] \ No newline at end of file +]