Alepha Server Helmet
Essential, configurable security headers for all server responses.
Installation
This package is part of the Alepha framework and can be installed via the all-in-one package:
npm install alepha
Alternatively, you can install it individually:
npm install @alepha/core @alepha/server-helmet
Module
Automatically adds important HTTP security headers to every response to help protect your application from common web vulnerabilities.
API Reference
Providers
ServerHelmetProvider
Provides a configurable way to apply essential HTTP security headers to every server response, without external dependencies.
Table of contents