Skip to content

Commit

Permalink
Remove webp from extensions allowlist and add pdf
Browse files Browse the repository at this point in the history
Removes the `webp` file extension from the file upload allowlist. Also, adds `pdf` to the allowlist.
  • Loading branch information
denniskigen authored Oct 29, 2024
1 parent a09abe5 commit d8717ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@

<globalProperty>
<property>attachments.allowedFileExtensions</property>
<value>jpeg,jpg,png,webp</value>
<value>jpeg,jpg,png,pdf</value>
</globalProperty>
</config>

0 comments on commit d8717ca

Please sign in to comment.