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 bd89638 commit eb8ad68Copy full SHA for eb8ad68
src/Presentation/SmartStore.Web/Web.config
@@ -206,7 +206,7 @@
206
<mimeMap fileExtension=".js" mimeType="text/javascript" />
207
</staticContent>
208
<security>
209
- <requestFiltering>
+ <requestFiltering allowDoubleEscaping="true">
210
<!-- Max. global file upload size on IIS level is 2 GB as defined by the 'maxAllowedContentLength' attribute (2147483648 Bytes). -->
211
<requestLimits maxAllowedContentLength="2147483648" maxQueryString="16384" />
212
<hiddenSegments>
0 commit comments