Skip to content

Commit 17ddd66

Browse files
Update content/security/helmet.md
1 parent 5b21fca commit 17ddd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/security/helmet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import * as helmet from 'fastify-helmet';
3737
// somewhere in your initialization file
3838
app.register(helmet);
3939
```
40-
> warning **Warning** When using `apollo-server-fastify` and `fastify-helmet`, there may be a problem with [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) on the graphql playground, to solve this collision, configure the CSP as shown below:
40+
> warning **Warning** When using `apollo-server-fastify` and `fastify-helmet`, there may be a problem with [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) on the GraphQL playground, to solve this collision, configure the CSP as shown below:
4141
>
4242
> ```typescript
4343
> app.register(helmet, {

0 commit comments

Comments
 (0)