Skip to content

Commit

Permalink
Fix json-ad in supported text formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Polleps committed Jan 11, 2024
1 parent cdd8917 commit 7b23726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/data-browser/src/views/File/isTextFile.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const supportedApplicationFormats = new Set([
'application/json',
'application/ld+json',
'application/json-ad',
'application/ad+json',
'application/x-httpd-php',
'application/xhtml+xml',
'application/xml',
Expand Down

0 comments on commit 7b23726

Please sign in to comment.