From 5c9ec7e8b29c21fa258b1f1a40a3d89816987f25 Mon Sep 17 00:00:00 2001 From: "emmanuel.pierre" Date: Thu, 26 Sep 2024 17:37:31 +0200 Subject: [PATCH] Add header Cache-Control and X-Content-Type-Options --- _config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index eb66a2e..0a3760b 100644 --- a/_config.yml +++ b/_config.yml @@ -23,3 +23,7 @@ exclude: - Gemfile - Gemfile.lock - vendor +webrick: + headers: + Cache-Control: public, max-age=600 + X-Content-Type-Options: nosniff