Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/data-redaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cover: data-redaction.webp

- [:material-account-search: Public Exposure](basics/common-threats.md#limiting-public-information){ .pg-green }

When sharing files, be sure to remove associated metadata. Image files commonly include [Exif](https://en.wikipedia.org/wiki/Exif) data. Photos sometimes even include GPS coordinates in the file metadata.
When sharing files, be sure to remove associated metadata. Most common file types (including documents, images, and videos) include metadata. Image files, for example, commonly include [Exif](https://en.wikipedia.org/wiki/Exif) data. Photos sometimes even include GPS coordinates in the file metadata. Windows has a built-in metadata remover, but it has a [very limited number](https://digitalconfidence.com/Remove-Properties-and-Personal-Information-a-Misleading-Feature.html) of supported file types and metadata types, necessitating a reliable third-party tool.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The linked article by Digital Confidence about limitations in the metadata removal function of Windows's File Explorer also promotes the company's own software as a solution and links to their website's articles as "related white papers."

We prefer links to first-party documentation (in this case, documentation from Microsoft) if available, and encourage not linking to articles which promote a product created by the same company which hosts the article.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer to link to a documentation by Microsoft as well, but it does not exists. You got to explain to people who browse privacyguides.org why do they need a good 3rd-party metadata scrubber anyway, when Windows already have one built-in. The web is filled to the brim with articles, videos, blog posts, and discussions posts, containing bogus info about the built-in scrubber, saying it can remove all metadata from all kind of files. Just search for "remove properties and personal information". It's important to refute it. The article by Digital Confidence is not ideal, but it certainly better than nothing.


<div class="admonition warning" markdown>
<p class="admonition-title">Warning</p>
Expand Down
Loading