From 307315000814b91c1dc3c3594d7a18279bef89c1 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Mon, 24 Mar 2025 16:17:18 +0545 Subject: [PATCH] chore(next): Remove `x-powered-by` header (#7346) --- ui/next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/next.config.js b/ui/next.config.js index 059659b2f0..2f71bd229c 100644 --- a/ui/next.config.js +++ b/ui/next.config.js @@ -14,6 +14,7 @@ const cspHeader = ` ` module.exports = { + poweredByHeader: false, output: "standalone", async headers() { return [