mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-07-01 12:32:09 +00:00
Simplifying ad blocking syntax
I simplified the ad blocking syntax. "category-ads-all" includes "category-ads". Also "category-ads" includes "google-ads" and "spotify-ads". So if "category-ads-all" is blocked, there is no need to block 3 other lists (category-ads,google-ads,spotify-ads) References: https://github.com/v2fly/domain-list-community/blob/master/data/category-ads https://github.com/v2fly/domain-list-community/blob/master/data/category-ads-all
This commit is contained in:
parent
85d42ce94f
commit
5f44c80cd5
1 changed files with 1 additions and 4 deletions
|
@ -371,9 +371,6 @@
|
||||||
domains: {
|
domains: {
|
||||||
ads: [
|
ads: [
|
||||||
"geosite:category-ads-all",
|
"geosite:category-ads-all",
|
||||||
"geosite:category-ads",
|
|
||||||
"geosite:google-ads",
|
|
||||||
"geosite:spotify-ads",
|
|
||||||
"ext:iran.dat:ads"
|
"ext:iran.dat:ads"
|
||||||
],
|
],
|
||||||
speedtest: ["geosite:speedtest"],
|
speedtest: ["geosite:speedtest"],
|
||||||
|
@ -1026,4 +1023,4 @@
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue