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