mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
missing atom mime type
This commit is contained in:
parent
c090392b41
commit
8fdc30a88c
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ class Site < Sequel::Model
|
||||||
include Sequel::ParanoidDelete
|
include Sequel::ParanoidDelete
|
||||||
|
|
||||||
VALID_MIME_TYPES = %w{
|
VALID_MIME_TYPES = %w{
|
||||||
|
application/atom+xml
|
||||||
application/epub
|
application/epub
|
||||||
application/epub+zip
|
application/epub+zip
|
||||||
application/json
|
application/json
|
||||||
|
|
Loading…
Add table
Reference in a new issue