Skip to content

Commit

Permalink
README.md update : Add missing nelmio security settings configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Fortunier committed Sep 12, 2024
1 parent abb9925 commit d2aac35
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG_update_nelmio_security_doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Changed
`README.md` update : Add missing nelmio security settings configuration (@lfortunier)
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@ nelmio_security:
- 'https://www.youtube.com'
- 'https://www.youtube-nocookie.com'
- 'https://js.stripe.com'
- 'https://canny.io/'
- 'https://www.google.com/'
- 'https://www.gstatic.com/'
- 'https://code.iconify.design'
- 'https://cdn.jsdelivr.net'
- 'http://embed.typeform.com'
- 'https://embed.typeform.com'
block-all-mixed-content: true # defaults to false, blocks HTTP content over HTTPS transport
```

Expand Down

0 comments on commit d2aac35

Please sign in to comment.