PF4Public 3 лет назад
Родитель
Сommit
8336a4c7ad
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      undo_telemetry.sh

+ 2 - 2
undo_telemetry.sh

@@ -1,6 +1,6 @@
-# dc.services.visualstudio.com
+# mobile.events.data.microsoft.com
 # vortex.data.microsoft.com
-TELEMETRY_URLS="(dc\.services\.visualstudio\.com)|(vortex\.data\.microsoft\.com)"
+TELEMETRY_URLS="[^/]+\.data\.microsoft\.com"
 REPLACEMENT="s/$TELEMETRY_URLS/0\.0\.0\.0/g"
 
 #include common functions