Skip to content

Commit

Permalink
Included application/json and application/ld-json in the default list…
Browse files Browse the repository at this point in the history
… of media-types.
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Nov 25, 2024
1 parent e755edf commit 7e8d6d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/src/Form/SettingForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class SettingForm extends Form implements EventManagerAwareInterface
*/
const MEDIA_TYPE_WHITELIST = [
// application/*
'application/json',
'application/ld+json',
'application/msword',
'application/ogg',
'application/pdf',
Expand Down

0 comments on commit 7e8d6d8

Please sign in to comment.