mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
Fix
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
! This file contains all filters other than English, Social, Spyware and Russian.
|
||||
! Also filters by platforms https://github.com/AdguardTeam/AdguardBrowserExtension/issues/917
|
||||
|
||||
!if adguard_app_windows
|
||||
!#if adguard_app_windows
|
||||
!#include windows.txt
|
||||
!endif
|
||||
!#endif
|
||||
|
||||
!if (adguard_app_android && adguard_app_ios)
|
||||
!#if (adguard_app_android && adguard_app_ios)
|
||||
!#include android.txt
|
||||
!#include ../Mobile/filter.txt
|
||||
!endif
|
||||
!#endif
|
||||
|
||||
! Filters for adguard without safari
|
||||
!if (adguard && !adguard_ext_safari)
|
||||
!#if (adguard && !adguard_ext_safari)
|
||||
!#include chrome.txt
|
||||
!endif
|
||||
!#endif
|
||||
Reference in New Issue
Block a user