From adb955000a53f02fa384ed6ccba1290b02ad6e1b Mon Sep 17 00:00:00 2001 From: Martin Kimmerle Date: Wed, 20 Jan 2016 14:18:59 +0100 Subject: [PATCH] allow_sameorg: allow *.microsoft.com <--> *.live.com See #39 --- official-allow_sameorg.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/official-allow_sameorg.json b/official-allow_sameorg.json index af69ada..7151389 100644 --- a/official-allow_sameorg.json +++ b/official-allow_sameorg.json @@ -332,7 +332,9 @@ {"o":{"h":"*.tmfeed.ru"},"d":{"h":"*.habrahabr.ru"}}, {"o":{"h":"*.toster.ru"},"d":{"h":"*.habracdn.net"}}, {"o":{"h":"*.moikrug.ru"},"d":{"h":"*.habrastorage.org"}}, - {"o":{"h":"*.moikrug.ru"},"d":{"h":"*.habracdn.net"}} + {"o":{"h":"*.moikrug.ru"},"d":{"h":"*.habracdn.net"}}, + {"o":{"h":"*.microsoft.com"},"d":{"h":"*.live.com"}}, + {"o":{"h":"*.live.com"},"d":{"h":"*.microsoft.com"}} ], "deny":[] }