mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
add a section on privacy screens
This commit is contained in:
parent
1f243b6901
commit
c798e59540
2 changed files with 15 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ import appPermissions from './appPermissions';
|
|||
import socialMedia from './socialMedia';
|
||||
import phishing from './phishing';
|
||||
import webcam from './webcam';
|
||||
import privacyScreen from './privacyScreen';
|
||||
|
||||
export default {
|
||||
passwordManager,
|
||||
|
|
@ -23,6 +24,7 @@ export default {
|
|||
creditFreeze,
|
||||
dns,
|
||||
vpn,
|
||||
privacyScreen,
|
||||
webcam,
|
||||
browsers,
|
||||
searchEngine,
|
||||
|
|
|
|||
13
config/privacyScreen.js
Normal file
13
config/privacyScreen.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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/',
|
||||
},
|
||||
],
|
||||
};
|
||||
Loading…
Reference in a new issue