Skip to content

Commit b5e31da

Browse files
authored
Feature/outlook surveillance (#33)
* chore: release prep for v1.3.8 * fix: forgot to add link to article
1 parent 1b1b7ee commit b5e31da

File tree

7 files changed

+97
-10
lines changed

7 files changed

+97
-10
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@ formatting may vary.
1616

1717
---
1818

19+
## [1.3.8] - 2025-07-10
20+
21+
### Added
22+
23+
- New blog post: `2025-07-10-outlook-surveillance.md` added to `/src/posts`.
24+
- Included associated promotional images: `outlook-surveillance.png` and
25+
`outlook-surveillance.webp`.
26+
27+
### Changed
28+
29+
- Bumped version to `1.3.8`.
30+
- Sitemap updated to include new link.
31+
32+
---
33+
1934
## [1.3.7] - 2025-07-07
2035

2136
### Added
@@ -26,7 +41,7 @@ formatting may vary.
2641

2742
### Changed
2843

29-
- Bumped version to `1.3.7`
44+
- Bumped version to `1.3.7`.
3045
- Sitemap updated to include links to recent posts.
3146
- Upgraded dependencies:
3247
- `@eslint/js` `^9.30.0` to `^9.30.1`
@@ -199,7 +214,8 @@ formatting may vary.
199214

200215
<!-- Link references -->
201216

202-
[Unreleased]: https://github.com/netwk-pro/blog/compare/v1.3.7...HEAD
217+
[Unreleased]: https://github.com/netwk-pro/blog/compare/v1.3.8...HEAD
218+
[1.3.8]: https://github.com/netwk-pro/blog/releases/tag/v1.3.7
203219
[1.3.7]: https://github.com/netwk-pro/blog/releases/tag/v1.3.7
204220
[1.3.6]: https://github.com/netwk-pro/blog/releases/tag/v1.3.6
205221
[1.3.5]: https://github.com/netwk-pro/blog/releases/tag/v1.3.5

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@networkpro/blog",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"description": "The official blog of Network Pro Strategies (Network Pro™).",
55
"keywords": [
66
"advisory",
223 KB
Loading
219 KB
Loading
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
date:
3+
created: 2025-07-10
4+
title: 'Is Outlook quietly turning into Microsoft’s data collection machine?'
5+
summary:
6+
Microsoft’s new "Outlook for Windows" is no longer just an email client—it’s a
7+
data-collection engine
8+
authors:
9+
- team
10+
categories:
11+
- Privacy
12+
tags:
13+
- privacy
14+
- cybersecurity
15+
- surveillance
16+
- email
17+
- microsoft
18+
- outlook
19+
---
20+
21+
# 🚨 Is Outlook quietly turning into Microsoft’s data collection machine?
22+
23+
## Microsoft’s new "Outlook for Windows" is no longer just an email client—it’s a data-collection engine
24+
25+
Microsoft’s new version of Outlook isn’t just an email client—it’s a _data
26+
pipeline_ feeding insights to over **801 external partners**. From your
27+
**emails, location**, and **device data** to even your **credentials**, Outlook
28+
could be tracking and sharing it—sometimes without your knowledge or consent.
29+
30+
<!-- more -->
31+
32+
If you're syncing Gmail, Yahoo, or other IMAP accounts through the app,
33+
Microsoft may be reading and storing that information too.
34+
35+
And in the U.S.? There’s _no legal obligation_ to disclose this.
36+
37+
This is not just a privacy issue—it’s a **digital trust crisis**.
38+
39+
🔒 It’s time to rethink your inbox. Choose an email provider that prioritizes
40+
**security, transparency, and your privacy**—not profit from your personal data.
41+
42+
👉 **Switch to privacy-first email, such as
43+
[Proton Mail](https://proton.me/mail), [Tuta](https://tuta.com/secure-email), or
44+
[Mozilla Thunderbird](https://www.thunderbird.net).** Protect your digital life
45+
before it’s quietly sold off in the background.
46+
47+
Read the full article:
48+
🔗 [https://proton.me/blog/outlook-is-microsofts-new-data-collection-service](https://proton.me/blog/outlook-is-microsofts-new-data-collection-service)
49+
50+
---
51+
52+
<figure class="poster-figure">
53+
<picture>
54+
<source srcset="/img/outlook-surveillance-promo.webp" type="image/webp" />
55+
<img src="/img/outlook-surveillance-promo.png" alt="Is Outlook quietly turning into Microsoft’s data collection machine?" style="width: 60%; height: 60%">
56+
<figcaption>
57+
Is Outlook quietly turning into Microsoft’s data collection machine? – featured visual
58+
</figcaption>
59+
</figure>

src/sitemap.xml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,32 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Last Updated: July 7, 2025 -->
2+
<!-- Last Updated: July 10, 2025 -->
33

44
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
55

66
<url>
77

88
<loc>https://blog.netwk.pro</loc>
99

10-
<lastmod>2025-06-12</lastmod>
10+
<lastmod>2025-07-10</lastmod>
1111

1212
<changefreq>weekly</changefreq>
1313

1414
<priority>1.0</priority>
1515

1616
</url>
1717

18+
<url>
19+
20+
<loc>https://blog.netwk.pro/2025/07/10/is-outlook-quietly-turning-into-microsofts-data-collection-machine/</loc>
21+
22+
<lastmod>2025-07-10</lastmod>
23+
24+
<changefreq>monthly</changefreq>
25+
26+
<priority>0.8</priority>
27+
28+
</url>
29+
1830
<url>
1931

2032
<loc>https://blog.netwk.pro/2025/07/07/hpe-completes-acquisition-of-juniper-networks/</loc>

0 commit comments

Comments
 (0)