diff --git a/config/data.js b/config/data.js index e544ed6..e63c396 100644 --- a/config/data.js +++ b/config/data.js @@ -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, diff --git a/config/privacyScreen.js b/config/privacyScreen.js new file mode 100644 index 0000000..d1544ad --- /dev/null +++ b/config/privacyScreen.js @@ -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/', + }, + ], +};