Skip to content

Commit 88fd28e

Browse files
thisismeonmounteverestthisismeonmounteverest
authored andcommitted
Update recipe for nelmio/security-bundle.
1 parent afede56 commit 88fd28e

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

config/packages/nelmio_security.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ nelmio_security:
88
content_type:
99
nosniff: true
1010

11-
# forces Microsoft's XSS-Protection with
12-
# its block mode
13-
xss_protection:
14-
enabled: true
15-
mode_block: true
16-
1711
# Send a full URL in the `Referer` header when performing a same-origin request,
1812
# only send the origin of the document to secure destination (HTTPS->HTTPS),
1913
# and send no header to a less secure destination (HTTPS->HTTP).

symfony.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,15 +304,15 @@
304304
]
305305
},
306306
"nelmio/security-bundle": {
307-
"version": "2.4",
307+
"version": "3.5",
308308
"recipe": {
309309
"repo": "github.com/symfony/recipes",
310-
"branch": "master",
310+
"branch": "main",
311311
"version": "2.4",
312-
"ref": "65726efb67ff51d89de38195bc0d230fa811f64d"
312+
"ref": "71045833e4f882ad9de8c95fe47efb99a1eec2f7"
313313
},
314314
"files": [
315-
"./config/packages/nelmio_security.yaml"
315+
"config/packages/nelmio_security.yaml"
316316
]
317317
},
318318
"nesbot/carbon": {

0 commit comments

Comments
 (0)