mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-31 12:23:36 +00:00
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:
@@ -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; }
|
||||
!
|
||||
|
||||
Reference in New Issue
Block a user