Skip to content

Commit 16e4607

Browse files
committed
minor #8384 Don't pass .ico through app.php (willemstuursma)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #8384). Discussion ---------- Don't pass .ico through app.php .ico files should be rewritten too. Commits ------- cb035d7 Don't pass .ico through app.php
2 parents b182662 + cb035d7 commit 16e4607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/azure-website.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ application, configure it with the following content:
417417
<action type="CustomResponse" statusCode="403" statusReason="Forbidden: Access is denied." statusDescription="You do not have permission to view this directory or page using the credentials that you supplied." />
418418
</rule>
419419
<rule name="RewriteAssetsToPublic" stopProcessing="true">
420-
<match url="^(.*)(\.css|\.js|\.jpg|\.png|\.gif)$" />
420+
<match url="^(.*)(\.css|\.js|\.jpg|\.png|\.gif|\.ico)$" />
421421
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
422422
</conditions>
423423
<action type="Rewrite" url="web/{R:0}" />

0 commit comments

Comments
 (0)