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)', + }, + ], +};