Skip to content

Commit

Permalink
Removed explicit checking of the content_type in rdf_uploader.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
pschijven committed Sep 11, 2023
1 parent 4573cf0 commit 3e73eb9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/uploaders/rdf_uploader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ class RdfUploader < Base
def extension_allowlist
%w(nt)
end

def content_type_allowlist
['application/n-triples']
end
end

0 comments on commit 3e73eb9

Please sign in to comment.