mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
17 lines
763 B
JavaScript
17 lines
763 B
JavaScript
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)',
|
|
},
|
|
],
|
|
};
|