From fbdb522825c02fc972caef2a7e2d0f8710a8c811 Mon Sep 17 00:00:00 2001 From: Vasily Bagirov Date: Fri, 2 Jul 2021 18:00:32 +0300 Subject: [PATCH] AG for Safari notice (en) --- 01.general/02.how-to-create-your-own-ad-filters/docs.en.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/01.general/02.how-to-create-your-own-ad-filters/docs.en.md b/01.general/02.how-to-create-your-own-ad-filters/docs.en.md index bbb77494..3df9734f 100644 --- a/01.general/02.how-to-create-your-own-ad-filters/docs.en.md +++ b/01.general/02.how-to-create-your-own-ad-filters/docs.en.md @@ -367,6 +367,9 @@ In the following examples it's implied that requests are sent from `http://examp * `/banner\d+/$domain=targetdomain.com` will not be matched as it contains a regular expression. * `page$domain=targetdomain.com|~example.org` will not be matched because the referrer domain is explicitly excluded. +> **Important!** Safari doesn't support the simultaneous use of allowed and disallowed domains, so rules like `||baddomain.com^$domain=example.org|~foo.example.org` will not work in AdGuard for Safari. + + ##### **`third-party`**