Merge pull request #48 from jschauma/master

add a section on privacy screens
This commit is contained in:
Brian Lovin 2019-01-16 17:24:17 -08:00 committed by GitHub
commit fe5b49903d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 21 deletions

View file

@ -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,

19
config/physicalPrivacy.js Normal file
View file

@ -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/',
},
],
};

View file

@ -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/',
},
],
};

View file

@ -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)',
},
],
};