mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-21 03:14:10 +08:00
HostComponents.config: fixing reference to ClientHostAddressAccessor
This commit is contained in:
@@ -95,7 +95,7 @@
|
|||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Type="Orchard.Services.ClientAddressAccessor">
|
<Component Type="Orchard.Services.ClientHostAddressAccessor">
|
||||||
<Properties>
|
<Properties>
|
||||||
<!-- Set Value="true" to read the client host address from the specified HTTP header. -->
|
<!-- Set Value="true" to read the client host address from the specified HTTP header. -->
|
||||||
<Property Name="EnableClientHostAddressHeader" Value="false"/>
|
<Property Name="EnableClientHostAddressHeader" Value="false"/>
|
||||||
|
Reference in New Issue
Block a user