From 82c804b93ce930a4e604966306b3cec4f6794387 Mon Sep 17 00:00:00 2001 From: Danielle Leong Date: Thu, 24 Jan 2019 15:47:06 -0800 Subject: [PATCH 1/2] Correct some info about exif data --- config/geotagging.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/geotagging.js b/config/geotagging.js index d1e1a04..129d802 100644 --- a/config/geotagging.js +++ b/config/geotagging.js @@ -1,11 +1,15 @@ 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: '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', From 3d0e0fcf949ef7730ff5a93e382bf89cc880ee6e Mon Sep 17 00:00:00 2001 From: Danielle Leong Date: Thu, 24 Jan 2019 15:51:37 -0800 Subject: [PATCH 2/2] Add additional resource --- config/geotagging.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/geotagging.js b/config/geotagging.js index 129d802..2260795 100644 --- a/config/geotagging.js +++ b/config/geotagging.js @@ -6,6 +6,10 @@ export default { \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/',