diff --git a/config/data.js b/config/data.js index 5fe7eb5..7498653 100644 --- a/config/data.js +++ b/config/data.js @@ -12,7 +12,7 @@ import email from './email'; import appPermissions from './appPermissions'; import socialMedia from './socialMedia'; import phishing from './phishing'; -import webcam from './webcam'; +import physicalPrivacy from './physicalPrivacy'; import geotagging from './geotagging'; export default { @@ -24,7 +24,7 @@ export default { creditFreeze, dns, vpn, - webcam, + physicalPrivacy, browsers, searchEngine, email, diff --git a/config/physicalPrivacy.js b/config/physicalPrivacy.js new file mode 100644 index 0000000..a85611e --- /dev/null +++ b/config/physicalPrivacy.js @@ -0,0 +1,19 @@ +export default { + id: 'physicalPrivacy', + title: 'Review the privacy of your physical space', + description: `You should add a webcam cover on your laptop and desktop computers. A webcam cover provides peace of mind when entering and exiting video calls that you are only visible when you choose to be. + + You should protect yourself from people shoulder-surfing when working in a public space, such as a cafe or on a plane. A privacy screen blocks side views outside a 60 degree viewing angle. + `, + resources: [ + { + name: 'Webcam covers (3 pack) on Amazon · No affiliate link', + url: + 'https://www.amazon.com/0-027in-MacBook-Smartphone-Protecting-Security/dp/B077ZT29P2/ref=sr_1_4?s=pc&ie=UTF8&qid=1547412984&sr=1-4&keywords=webcam+cover', + }, + { + name: 'Laptop privacy screen reviews', + url: 'https://www.bestconsumerreviews.com/laptop-privacy-screen-reviews/', + }, + ], +}; diff --git a/config/vpn.js b/config/vpn.js index a25e367..c5e4422 100644 --- a/config/vpn.js +++ b/config/vpn.js @@ -88,8 +88,7 @@ export default { }, { name: 'A detailed VPN provider comparison chart', - url: - 'https://thatoneprivacysite.net/vpn-comparison-chart/', + url: 'https://thatoneprivacysite.net/vpn-comparison-chart/', }, ], }; diff --git a/config/webcam.js b/config/webcam.js deleted file mode 100644 index 66386b3..0000000 --- a/config/webcam.js +++ /dev/null @@ -1,17 +0,0 @@ -export default { - id: 'webcam', - title: 'Cover your webcam', - description: `You should add a webcam cover on your laptop and desktop computers. In the case that your webcam light indicator breaks, or a hacker is able to turn on your camera without triggering the indicator light, a cover will keep you hidden from view. - `, - resources: [ - { - name: 'Webcam covers (3 pack) on Amazon · No affiliate link', - url: - 'https://www.amazon.com/0-027in-MacBook-Smartphone-Protecting-Security/dp/B077ZT29P2/ref=sr_1_4?s=pc&ie=UTF8&qid=1547412984&sr=1-4&keywords=webcam+cover', - }, - { - name: 'Related watching: Black Mirror "Shut Up and Dance"', - url: 'https://en.wikipedia.org/wiki/Shut_Up_and_Dance_(Black_Mirror)', - }, - ], -};