From a02e08997db921a7244db0bb68bf22f707961ef5 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 29 Jun 2025 01:58:22 +0000 Subject: [PATCH] feat(nginx): add missing metadata --- xb-00-01/nginx/include/header-security.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xb-00-01/nginx/include/header-security.conf b/xb-00-01/nginx/include/header-security.conf index c6193b4..652b8b4 100644 --- a/xb-00-01/nginx/include/header-security.conf +++ b/xb-00-01/nginx/include/header-security.conf @@ -1,3 +1,11 @@ +# Inferencium - xb-00-01 +# Nginx - Configuration - Header - Security +# Version: 0.3.0 + +# Copyright 2025 Jake Winters +# SPDX-License-Identifier: BSD-3-Clause + + add_header Strict-Transport-Security "max-age=126200000; includeSubDomains; preload"; add_header X-Frame-Options "DENY"; add_header X-Content-Type-Options nosniff;