From a96b6431cf2bd124e04eddd6fee834b3e8eca150 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Thu, 25 Mar 2021 17:43:37 +0100 Subject: [PATCH] document HSTS removal --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 23421f2..8e2f0aa 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ **Made for my own use. Irregular updates! This image is eventually intended as a base for your own Docker image. I cannot be responsible if you're using outdated Docker images.** +⚠️ **HSTS is not enforced anymore as of 25/03/21:** please consider configuring your reverse proxy proprerly to do that. It didn't make sens in the first place to enforce my settings (which were outdated anyway), and I'm sorry for that. Also if you don't know what HSTS settings are right for you, I strongly advise reading [this](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security). + ### Features - Based on Alpine Linux. - Bundled with nginx and PHP 7.4 (wonderfall/nginx-php image).