diff --git a/index.html b/index.html
index 4fcf8d9..3add1e0 100644
--- a/index.html
+++ b/index.html
@@ -272,6 +272,14 @@ I was able to pull this off due in part to uploading the code to an AWS S3 Bucke
content available via CloudFront.
+
FAQ: How secure is the webserver this app is on?
+
+I used to host this app on my personal webserver, but didn't like that doing so increased my webserver's
+risk profile substantially. I've since moved the app into AWS--the HTML, Javascript, and CSS resides in an
+S3 bucket, and the content is served up via CloudFront with
+an SSL certificate provided by AWS Certificate Manager for free.
+
+
FAQ: Why did you change the wordlist?