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
This commit is contained in:
Alex
2024-05-03 12:23:48 +03:00
committed by GitHub
parent ed2026ba5c
commit 1083fdb721
20 changed files with 120 additions and 0 deletions

View File

@@ -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; }
!