mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Rename webcam to physicalPrivacy, add screen protector copy
This commit is contained in:
parent
f445f16323
commit
762b91f4cc
5 changed files with 21 additions and 33 deletions
|
|
@ -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 webcam from './physicalPrivacy';
|
||||
import geotagging from './geotagging';
|
||||
|
||||
export default {
|
||||
|
|
|
|||
19
config/physicalPrivacy.js
Normal file
19
config/physicalPrivacy.js
Normal 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/',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
export default {
|
||||
id: 'privacyScreen',
|
||||
title: 'Use a laptop privacy screen',
|
||||
description: `Protect yourself from people shoulder-surfing and use your laptop in private even when working in a public space, such as a cafe or on a plane. The privacy filter blocks side views outside the 60 degree angle, thereby ensuring that people around you cannot view your screen without impeding your ability to work in open workspaces or on the go.
|
||||
`,
|
||||
resources: [
|
||||
{
|
||||
name: 'Laptop Privacy Screen Reiews',
|
||||
url:
|
||||
'https://www.bestconsumerreviews.com/laptop-privacy-screen-reviews/',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
@ -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/',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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)',
|
||||
},
|
||||
],
|
||||
};
|
||||
Loading…
Reference in a new issue