-
-
Notifications
You must be signed in to change notification settings - Fork 257
update: Add warning about Windows native metadata removal #3094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Your preview is ready!
Please note that this preview was built from an untrusted source, so it was not granted access to all mkdocs-material features. Maintainers should ensure this PR has been reviewed locally with a full build before merging. |
| - [: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. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That document also mentions word documents. I think for that you're supposed to use office's own document inspector which that article mentions, though it also mentions no batch support.
Personally I'm not opposed to the Digital Confidence article being mentioned, because it is factual, we're not endorsing their software specifically and maybe could mention that.
|
I don’t think this is needed. The page isn’t specifically about Windows, and as stated I don’t want to link to an ad for some sketchy software. The entire page already has third party metadata removal tools, that’s what the intro is leading into. |
|
They've been around since like 2009, so I'm not precisely sure where that claim comes from, but I do agree in regard to it not being an advertisement for that particular solution. |
added an important warning regarding the limitations of the built-in metadata remover of Windows