Skip to content

Commit

Permalink
fix issue : #2328 for IIS
Browse files Browse the repository at this point in the history
  • Loading branch information
hoand-vn committed Jul 11, 2017
1 parent 19f5732 commit a4117ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web.config.sample
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@

<security>
<requestFiltering>
<hiddenSegments>
<add segment="app"/>
<add segment="src"/>
<add segment="vendor"/>
<add segment="tests"/>
</hiddenSegments>
<denyUrlSequences>
<add sequence="composer" />
<add sequence="autoload" />
Expand Down

0 comments on commit a4117ff

Please sign in to comment.