fix: replace h tags (#40750)
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
83e3d93953
commit
062b1cd424
@@ -12,7 +12,7 @@ As a reminder, this project is being built upon the following starter project on
|
||||
|
||||
`app.use(helmet())` will automatically include all the middleware introduced above, except `noCache()`, and `contentSecurityPolicy()`, but these can be enabled if necessary. You can also disable or configure any other middleware individually, using a configuration object.
|
||||
|
||||
<h3>Example:</h3>
|
||||
**Example:**
|
||||
|
||||
```js
|
||||
app.use(helmet({
|
||||
|
Reference in New Issue
Block a user