add a section on privacy screens

This commit is contained in:
Jan Schaumann 2019-01-15 12:55:50 -05:00
parent 1f243b6901
commit c798e59540
2 changed files with 15 additions and 0 deletions

View file

@ -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
View 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/',
},
],
};