From 8398dc98ea113905a189ecee689d7f90c0cbf965 Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Sun, 13 Jan 2019 12:58:31 -0800 Subject: [PATCH] Add webcam section --- config/webcam.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/webcam.js diff --git a/config/webcam.js b/config/webcam.js new file mode 100644 index 0000000..3e01bb3 --- /dev/null +++ b/config/webcam.js @@ -0,0 +1,17 @@ +export default { + id: 'webcam', + title: 'Cover your webcam', + description: `You should add a webcam cover on your laptop or 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. + `, + resources: [ + { + name: 'Webcam covers (3 pack) on Amazon (no affiliate)', + 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)', + }, + ], +};