Ensure custom favicon is converted to PNG and ICO (#30208)
This commit is contained in:
parent
c9ccba7045
commit
d8c4284723
3 changed files with 19 additions and 4 deletions
|
@ -23,5 +23,5 @@
|
|||
<!-- Disallow any coder by default, and only enable ones required by Mastodon -->
|
||||
<policy domain="coder" rights="none" pattern="*" />
|
||||
<policy domain="coder" rights="read | write" pattern="{JPEG,PNG,GIF,WEBP,HEIC,AVIF}" />
|
||||
<policy domain="coder" rights="write" pattern="{HISTOGRAM,RGB,INFO}" />
|
||||
<policy domain="coder" rights="write" pattern="{HISTOGRAM,RGB,INFO,ICO}" />
|
||||
</policymap>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue