mirror of
https://github.com/flarum/flarum.git
synced 2025-12-10 00:01:42 -05:00
chore: Correct spelling mistakes (#81)
This commit is contained in:
parent
64ca250e44
commit
bceb9cae11
@ -10,7 +10,7 @@
|
||||
<rewrite>
|
||||
<rules>
|
||||
<!-- Changed `enabled=` to true in the rule below if you are not using the `public` directory to
|
||||
prevent sensitve resources from being exposed -->
|
||||
prevent sensitive resources from being exposed -->
|
||||
<rule name="Disallow sensitive directories" enabled="false" stopProcessing="true">
|
||||
<match url="^/(\.git|composer\.(json|lock)|auth\.json|config\.php|flarum|storage|vendor)" ignoreCase="false" />
|
||||
<action type="CustomResponse" url="/" statusCode="403" statusReason="Forbidden" statusDescription="Forbidden" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user