We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa59a52 commit e030aecCopy full SHA for e030aec
Resources/config/schema/symfony-1.0.xsd
@@ -42,9 +42,9 @@
42
<xsd:attribute name="default-locale" type="xsd:string" />
43
<xsd:attribute name="test" type="xsd:boolean" />
44
<xsd:attribute name="error-controller" type="xsd:string" />
45
- <xsd:attribute name="trusted_hosts" type="xsd:string" />
46
- <xsd:attribute name="trusted_proxies" type="xsd:string" />
47
- <xsd:attribute name="trusted_headers" type="xsd:string" />
+ <xsd:attribute name="trusted-hosts" type="xsd:string" />
+ <xsd:attribute name="trusted-proxies" type="xsd:string" />
+ <xsd:attribute name="trusted-headers" type="xsd:string" />
48
</xsd:complexType>
49
50
<xsd:complexType name="form">
0 commit comments