Skip to content

Commit 2c79dbf

Browse files
Merge branch '2.7' into 2.8
* 2.7: fixed CS fixed CS [Security] Namespace generated CSRF tokens depending of the current scheme ensure that submitted data are uploaded files [Console] remove dead code bumped Symfony version to 2.7.38 updated VERSION for 2.7.37 updated CHANGELOG for 2.7.37 [Security] Validate redirect targets using the session cookie domain prevent bundle readers from breaking out of paths
2 parents eac07ff + 48a2bc4 commit 2c79dbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/security_csrf.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<service id="security.csrf.token_manager" class="%security.csrf.token_manager.class%">
2121
<argument type="service" id="security.csrf.token_generator" />
2222
<argument type="service" id="security.csrf.token_storage" />
23+
<argument type="service" id="request_stack" on-invalid="ignore" />
2324
</service>
2425
</services>
2526
</container>

0 commit comments

Comments
 (0)