diff options
| author | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-05-18 00:29:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-18 00:29:01 +0300 |
| commit | aba37be6eb0674ba38d651b191b9e693621efc11 (patch) | |
| tree | 1115c22d361cee868cfffe9301c55c7d65385676 /web/html | |
| parent | 85d42ce94fbbd64f72f6c9dd528618a41a009fd1 (diff) | |
| parent | 30042bc0475f6b99411741492440b0d62e3d5c3b (diff) | |
Merge pull request #467 from mmrabbani/patch-1
Simplifying ad blocking syntax
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/settings.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index 09cf61ae..3dd1f57b 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -371,9 +371,6 @@ domains: { ads: [ "geosite:category-ads-all", - "geosite:category-ads", - "geosite:google-ads", - "geosite:spotify-ads", "ext:iran.dat:ads" ], speedtest: ["geosite:speedtest"], @@ -1026,4 +1023,4 @@ }); </script> </body> -</html>
\ No newline at end of file +</html> |
