chore: update project dependencies, fix deprecations

This commit is contained in:
Björn Fromme
2026-08-24 09:34:49 +02:00
parent e6e6e041a9
commit 6795a668da
4 changed files with 289 additions and 369 deletions
-6
View File
@@ -8,12 +8,6 @@ nelmio_security:
content_type:
nosniff: true
# forces Microsoft's XSS-Protection with
# its block mode
xss_protection:
enabled: true
mode_block: true
# Send a full URL in the `Referer` header when performing a same-origin request,
# only send the origin of the document to secure destination (HTTPS->HTTPS),
# and send no header to a less secure destination (HTTPS->HTTP).