Skip to content

Commit

Permalink
Disable blocking of certain domains
Browse files Browse the repository at this point in the history
Concerns have been raised that blocking these domains may interfere with
Windows Updates, Windows Defender, or Windows Store.

ref W4RH4WK#146
  • Loading branch information
W4RH4WK committed Feb 21, 2019
1 parent deb4a89 commit 5a3315b
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions scripts/block-telemetry.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ $domains = @(
"settings-sandbox.data.microsoft.com"
"settings-win.data.microsoft.com"
"sls.update.microsoft.com.akadns.net"
"sls.update.microsoft.com.nsatc.net"
#"sls.update.microsoft.com.nsatc.net" # may cause issues with Windows Updates
"sqm.df.telemetry.microsoft.com"
"sqm.telemetry.microsoft.com"
"sqm.telemetry.microsoft.com.nsatc.net"
Expand Down Expand Up @@ -139,9 +139,9 @@ $domains = @(
"www.go.microsoft.akadns.net"
"www.msftncsi.com"
"client.wns.windows.com"
"wdcp.microsoft.com"
# "dns.msftncsi.com" # This causes Windows to think it doesn't have internet
#"storeedgefd.dsx.mp.microsoft.com" # breaks Windows Store
#"wdcp.microsoft.com" # may cause issues with Windows Defender Cloud-based protection
#"dns.msftncsi.com" # This causes Windows to think it doesn't have internet
#"storeedgefd.dsx.mp.microsoft.com" # breaks Windows Store
"wdcpalt.microsoft.com"
"settings-ssl.xboxlive.com"
"settings-ssl.xboxlive.com-c.edgekey.net"
Expand All @@ -151,7 +151,7 @@ $domains = @(
"insiderservice.trafficmanager.net"
"e3843.g.akamaiedge.net"
"flightingserviceweurope.cloudapp.net"
"sls.update.microsoft.com"
#"sls.update.microsoft.com" # may cause issues with Windows Updates
"static.ads-twitter.com"
"www-google-analytics.l.google.com"
"p.static.ads-twitter.com"
Expand All @@ -160,18 +160,17 @@ $domains = @(

#"www.google-analytics.com"
#"padgead2.googlesyndication.com"
#"mirror1.malwaredomains.com"
#"mirror.cedia.org.ec"
#"mirror1.malwaredomains.com"
#"mirror.cedia.org.ec"
"stats.g.doubleclick.net"
"stats.l.doubleclick.net"
"adservice.google.de"
"adservice.google.com"
"googleads.g.doubleclick.net"
"pagead46.l.doubleclick.net"
"hubspot.net.edgekey.net"
"insiderppe.cloudapp.net" # Feedback-Hub
"insiderppe.cloudapp.net" # Feedback-Hub
"livetileedge.dsx.mp.microsoft.com"


# extra
"fe2.update.microsoft.com.akadns.net"
Expand All @@ -189,7 +188,7 @@ $domains = @(
# can cause issues with Skype (#79) or other services (#171)
"apps.skype.com"
"c.msn.com"
# "login.live.com" Can't login to outlook and other live apps
# "login.live.com" # prevents login to outlook and other live apps
"pricelist.skype.com"
"s.gateway.messenger.live.com"
"ui.skype.com"
Expand Down

0 comments on commit 5a3315b

Please sign in to comment.