Skip to content

Commit

Permalink
Deleted domains already exist in upstream (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
cancanneednews authored Oct 27, 2023
1 parent 0597580 commit b623e4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main/NekoGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,8 @@ namespace NekoGui {
block_domain =
"geosite:category-ads-all\n"
"domain:appcenter.ms\n"
"domain:app-measurement.com\n"
"domain:firebase.io\n"
"domain:crashlytics.com\n"
"domain:google-analytics.com";
"domain:crashlytics.com\n";
}
if (IS_NEKO_BOX) {
if (!Preset::SingBox::DomainStrategy.contains(domain_strategy)) domain_strategy = "";
Expand Down

0 comments on commit b623e4c

Please sign in to comment.