mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Add webcam section
This commit is contained in:
parent
14adce7706
commit
8398dc98ea
1 changed files with 17 additions and 0 deletions
17
config/webcam.js
Normal file
17
config/webcam.js
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
export default {
|
||||
id: 'webcam',
|
||||
title: 'Cover your webcam',
|
||||
description: `You should add a webcam cover on your laptop or 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.
|
||||
`,
|
||||
resources: [
|
||||
{
|
||||
name: 'Webcam covers (3 pack) on Amazon (no affiliate)',
|
||||
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