From 0c1ac7d2cbb15807c481d6b415ee3225aae626ca Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 27 Oct 2023 22:11:51 +0000 Subject: Fix example tipidee.conf Signed-off-by: Laurent Bercot --- examples/tipidee.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/tipidee.conf b/examples/tipidee.conf index 2138400..c44a015 100644 --- a/examples/tipidee.conf +++ b/examples/tipidee.conf @@ -35,10 +35,10 @@ # The default mappings should work well for most servers. # content-type text/html .html .htm -# You can add custom headers if you like. "weak" means that a CGI script -# can override them; "strong" means that they will take precedence over -# whatever a CGI script writes. -# custom-header weak X-Content-Type-Options nosniff +# You can add custom headers if you like. "add" means that a CGI script +# can override them; "always" means that they will take precedence over +# whatever a CGI script writes. "remove" and "never" to suppress headers. +# custom-header add X-Content-Type-Options nosniff ### Definitions for the example.com domain -- cgit v1.3.1