From 765c7b8cba7bb9d6eec60475a1d28b997bf7d1dd Mon Sep 17 00:00:00 2001 From: JannisBush <33023300+JannisBush@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:02:27 +0200 Subject: [PATCH] RFC and Website should be consistent According to the RFC the content-type of `text/plain` is a MUST: https://datatracker.ietf.org/doc/html/rfc9116#section-3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e1eed8..93c2a22 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Please consult [section 3 of RFC 9116 for details](https://www.rfc-editor.org/rf **Are there any settings I should apply to the file?** -The security.txt file should have an Internet Media Type of `text/plain` and must be served over HTTPS. +The security.txt file must have an Internet Media Type of `text/plain` and must be served over HTTPS. **Will adding an email address expose me to spam bots?**