Skip to content

Commit

Permalink
Adding scripts to the list of scripts that can be executed in `script…
Browse files Browse the repository at this point in the history
…-src` Nelmio Security recommendations config
  • Loading branch information
Louis Fortunier committed Apr 22, 2024
1 parent 67a4db5 commit 13ddbbb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGELOG for 1.x
===================
## v1.2.3 - (2024-04-22)
### Added
- Adding scripts to the list of scripts that can be executed in `script-src` Nelmio Security recommendations config.

## v1.2.2 - (2024-04-02)
### Added
- Add mapping comment on EntityTrait to be compatible with doctrine annotations type
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,13 @@ nelmio_security:
script-src:
- 'self'
- 'unsafe-inline'
- 'unsafe-eval'
- 'https://maps.googleapis.com'
- 'https://use.fontawesome.com'
- 'https://www.google-analytics.com'
- 'https://www.youtube.com'
- 'https://www.youtube-nocookie.com'
- 'https://js.stripe.com'
block-all-mixed-content: true # defaults to false, blocks HTTP content over HTTPS transport
```

Expand Down

0 comments on commit 13ddbbb

Please sign in to comment.