From ddae7a7b9f7ef5efd501329f0a9c44afc0a20d4f Mon Sep 17 00:00:00 2001 From: Matt Rosenlund Date: Mon, 20 Apr 2026 22:46:50 -0700 Subject: [PATCH] Add security plugin hapi-aegis to plugins.json --- static/lib/plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/lib/plugins.json b/static/lib/plugins.json index 543c33b..82b4496 100644 --- a/static/lib/plugins.json +++ b/static/lib/plugins.json @@ -364,6 +364,11 @@ "link": "https://hapi.dev/family/crumb", "description": "CSRF crumb generation and validation for hapi" }, + { + "name": "hapi-aegis", + "link": "https://github.com/mrosenlund/hapi-aegis", + "description": "Sets security-related HTTP response headers (CSP, HSTS, Frameguard, and more)" + }, { "name": "ralphi", "link": "https://github.com/yonjah/ralphi",