Skip to content

Commit 0c396df

Browse files
bug #51056 [SecurityBundle] Add firewalls.logout.csrf_token_manager to XSD (HeahDude)
This PR was merged into the 6.3 branch. Discussion ---------- [SecurityBundle] Add `firewalls.logout.csrf_token_manager` to XSD | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | ~ | License | MIT | Doc PR | ~ The XSD has been missed in #48387. Commits ------- 742e5c2806 [SecurityBundle] Add `firewalls.logout.csrf_token_manager` to XSD
2 parents 3466875 + 816d8c6 commit 0c396df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/schema/security-1.0.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
</xsd:choice>
179179
<xsd:attribute name="csrf-parameter" type="xsd:string" />
180180
<xsd:attribute name="csrf-token-generator" type="xsd:string" />
181+
<xsd:attribute name="csrf-token-manager" type="xsd:string" />
181182
<xsd:attribute name="csrf-token-id" type="xsd:string" />
182183
<xsd:attribute name="enable-csrf" type="xsd:boolean" />
183184
<xsd:attribute name="path" type="xsd:string" />

0 commit comments

Comments
 (0)