Merge pull request #102 from dmleong/dmleong/correct-metadata-section

Correct some info about exif data
This commit is contained in:
Brian Lovin 2019-01-25 10:33:42 -08:00 committed by GitHub
commit 6ea9ac4c10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,19 @@
export default {
id: 'geotagging',
title: 'Review and remove metadata attached to photos you share',
description: `Geotagging is the process of adding geographical identification to media files (photos and videos, for example). Anyone who has access to these tagged media files (for example, on Instagram or Twitter) can read this data and learn where the photo was taken.
description: `Geotagging is the process of adding geographical identification to media files (photos and videos, for example). Anyone who has access to these tagged media files can read this data and learn where the photo was taken. Most social media sites strip the EXIF data from photos, but if you're hosting your own photos, be aware that the geolocation can give away your exact location.
\n\nYou should understand how location metadata is attached to your media and take steps to ensure you are not uploading sensitive information with your files.
`,
resources: [
{
name: 'Are Location-Tagged Photos Really a Privacy Concern?',
url: 'https://www.howtogeek.com/340566/are-location-tagged-photos-really-a-privacy-concern/',
},
{
name: 'Software Roundup: 5 of The Best Apps to Remove EXIF Data from Images',
url: 'https://www.maketecheasier.com/best-apps-remove-exif-data-from-images/',
},
{
name: 'Geotagging',
url: 'https://en.wikipedia.org/wiki/Geotagging',