From 1083fdb721fdbb838d32e747f7d40e98df7ea6c1 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 3 May 2024 12:23:48 +0300 Subject: [PATCH] Added the rules for HTTPS filtering and Advanced Protection check on the test page (#177889) * Added the rule for HTTPS filtering check on the test page * Added NOT_OPTIMIZED * Replaced ##.hello_from_adguard_apps by separate product related rules * Revert "Replaced ##.hello_from_adguard_apps by separate product related rules" * Detect Advanced Protection of AdGuard for iOS --- AnnoyancesFilter/Cookies/sections/cookies_specific.txt | 6 ++++++ AnnoyancesFilter/MobileApp/sections/mobile-app_specific.txt | 6 ++++++ AnnoyancesFilter/Other/sections/annoyances.txt | 6 ++++++ AnnoyancesFilter/Popups/sections/popups_specific.txt | 6 ++++++ AnnoyancesFilter/Widgets/sections/widgets.txt | 6 ++++++ BaseFilter/sections/specific.txt | 6 ++++++ ChineseFilter/sections/specific.txt | 6 ++++++ CyrillicFilters/RussianFilter/sections/specific.txt | 6 ++++++ CyrillicFilters/UkrainianFilter/sections/specific.txt | 6 ++++++ DutchFilter/sections/specific.txt | 6 ++++++ ExperimentalFilter/sections/Other/filter.txt | 6 ++++++ FrenchFilter/sections/specific.txt | 6 ++++++ JapaneseFilter/sections/specific.txt | 6 ++++++ MobileFilter/sections/specific_web.txt | 6 ++++++ SocialFilter/sections/specific.txt | 6 ++++++ SpanishFilter/sections/specific.txt | 6 ++++++ SpywareFilter/sections/specific.txt | 6 ++++++ TrackParamFilter/sections/specific.txt | 6 ++++++ TurkishFilter/sections/specific.txt | 6 ++++++ UsefulAdsFilter/sections/usefulads.txt | 6 ++++++ 20 files changed, 120 insertions(+) diff --git a/AnnoyancesFilter/Cookies/sections/cookies_specific.txt b/AnnoyancesFilter/Cookies/sections/cookies_specific.txt index b663aa0fc14..444093ad079 100644 --- a/AnnoyancesFilter/Cookies/sections/cookies_specific.txt +++ b/AnnoyancesFilter/Cookies/sections/cookies_specific.txt @@ -13072,4 +13072,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_annoyances_ext adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/AnnoyancesFilter/MobileApp/sections/mobile-app_specific.txt b/AnnoyancesFilter/MobileApp/sections/mobile-app_specific.txt index 3f4186e8c22..c8fdda0e9fc 100644 --- a/AnnoyancesFilter/MobileApp/sections/mobile-app_specific.txt +++ b/AnnoyancesFilter/MobileApp/sections/mobile-app_specific.txt @@ -3642,4 +3642,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_annoyances_ext adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/AnnoyancesFilter/Other/sections/annoyances.txt b/AnnoyancesFilter/Other/sections/annoyances.txt index 62501c528d4..a6d2752125d 100644 --- a/AnnoyancesFilter/Other/sections/annoyances.txt +++ b/AnnoyancesFilter/Other/sections/annoyances.txt @@ -3158,4 +3158,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_annoyances_ext adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/AnnoyancesFilter/Popups/sections/popups_specific.txt b/AnnoyancesFilter/Popups/sections/popups_specific.txt index 5f3192dedcc..80a9a0ede2a 100644 --- a/AnnoyancesFilter/Popups/sections/popups_specific.txt +++ b/AnnoyancesFilter/Popups/sections/popups_specific.txt @@ -6810,4 +6810,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_annoyances_ext adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/AnnoyancesFilter/Widgets/sections/widgets.txt b/AnnoyancesFilter/Widgets/sections/widgets.txt index 25aaca27c42..f1b5aedfef5 100644 --- a/AnnoyancesFilter/Widgets/sections/widgets.txt +++ b/AnnoyancesFilter/Widgets/sections/widgets.txt @@ -2248,4 +2248,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_annoyances_ext adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/BaseFilter/sections/specific.txt b/BaseFilter/sections/specific.txt index a6403390877..a11d51d2b31 100644 --- a/BaseFilter/sections/specific.txt +++ b/BaseFilter/sections/specific.txt @@ -18930,4 +18930,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_adblocking_ext adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/ChineseFilter/sections/specific.txt b/ChineseFilter/sections/specific.txt index bc3bc673504..98fdb8761d2 100644 --- a/ChineseFilter/sections/specific.txt +++ b/ChineseFilter/sections/specific.txt @@ -1693,4 +1693,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_chinese adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/CyrillicFilters/RussianFilter/sections/specific.txt b/CyrillicFilters/RussianFilter/sections/specific.txt index 77901dd518b..7087ca8bd6e 100644 --- a/CyrillicFilters/RussianFilter/sections/specific.txt +++ b/CyrillicFilters/RussianFilter/sections/specific.txt @@ -11138,4 +11138,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_russian adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/CyrillicFilters/UkrainianFilter/sections/specific.txt b/CyrillicFilters/UkrainianFilter/sections/specific.txt index f5d7d1e23a4..c9023707885 100644 --- a/CyrillicFilters/UkrainianFilter/sections/specific.txt +++ b/CyrillicFilters/UkrainianFilter/sections/specific.txt @@ -1365,4 +1365,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_ukrainian adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/DutchFilter/sections/specific.txt b/DutchFilter/sections/specific.txt index 38478b39cfc..457d1985fc4 100644 --- a/DutchFilter/sections/specific.txt +++ b/DutchFilter/sections/specific.txt @@ -219,4 +219,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_dutch adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/ExperimentalFilter/sections/Other/filter.txt b/ExperimentalFilter/sections/Other/filter.txt index e087853d572..2c6ad58a802 100644 --- a/ExperimentalFilter/sections/Other/filter.txt +++ b/ExperimentalFilter/sections/Other/filter.txt @@ -20,4 +20,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_experimental adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! \ No newline at end of file diff --git a/FrenchFilter/sections/specific.txt b/FrenchFilter/sections/specific.txt index 01184f41969..1abdeebbde5 100644 --- a/FrenchFilter/sections/specific.txt +++ b/FrenchFilter/sections/specific.txt @@ -702,4 +702,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_french adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/JapaneseFilter/sections/specific.txt b/JapaneseFilter/sections/specific.txt index be1b2b6a4f9..078524a980d 100644 --- a/JapaneseFilter/sections/specific.txt +++ b/JapaneseFilter/sections/specific.txt @@ -8772,4 +8772,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_japanese adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/MobileFilter/sections/specific_web.txt b/MobileFilter/sections/specific_web.txt index 9fd333d4a2c..46c22183f0b 100644 --- a/MobileFilter/sections/specific_web.txt +++ b/MobileFilter/sections/specific_web.txt @@ -4831,4 +4831,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_mobile adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/SocialFilter/sections/specific.txt b/SocialFilter/sections/specific.txt index 4191f6de413..6c7f52f39a0 100644 --- a/SocialFilter/sections/specific.txt +++ b/SocialFilter/sections/specific.txt @@ -11719,4 +11719,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_annoyances_ext adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/SpanishFilter/sections/specific.txt b/SpanishFilter/sections/specific.txt index bc7288689a6..ab3c5f77586 100644 --- a/SpanishFilter/sections/specific.txt +++ b/SpanishFilter/sections/specific.txt @@ -3244,4 +3244,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_spanish adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/SpywareFilter/sections/specific.txt b/SpywareFilter/sections/specific.txt index 4014ca679e5..2c6b3142eaf 100644 --- a/SpywareFilter/sections/specific.txt +++ b/SpywareFilter/sections/specific.txt @@ -4267,4 +4267,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_tracking_protection_ex adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/TrackParamFilter/sections/specific.txt b/TrackParamFilter/sections/specific.txt index 765a756900c..1b6dc7c95ae 100644 --- a/TrackParamFilter/sections/specific.txt +++ b/TrackParamFilter/sections/specific.txt @@ -1769,4 +1769,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_tracking_params adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/TurkishFilter/sections/specific.txt b/TurkishFilter/sections/specific.txt index 92b65a47e73..d186e080a4b 100644 --- a/TurkishFilter/sections/specific.txt +++ b/TurkishFilter/sections/specific.txt @@ -4039,4 +4039,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_turkish adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } ! diff --git a/UsefulAdsFilter/sections/usefulads.txt b/UsefulAdsFilter/sections/usefulads.txt index d52d11cf90c..49af5365c52 100644 --- a/UsefulAdsFilter/sections/usefulads.txt +++ b/UsefulAdsFilter/sections/usefulads.txt @@ -304,4 +304,10 @@ adguard.info,adguard.com,adguard.app##.hello_from_adguard_usefulads adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps !+ NOT_PLATFORM(windows, mac, android, ios, ext_ublock) NOT_OPTIMIZED adguard.info,adguard.com,adguard.app##.hello_from_adguard_ext +! Detect HTTPS filtering +!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED +||https-filtering-check.adtidy.org^ +! Detect Advanced Protection of AdGuard for iOS +!+ PLATFORM(ios) NOT_OPTIMIZED +adguard.info,adguard.com,adguard.app#$#.hello_from_adguard_advanced_protection_ios { display: none !important; } !