Skip to content
Snippets Groups Projects
Commit fb5956bd authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Add `application/rdf+xml` to harmless mimetypes

parent 6aeffe68
No related branches found
No related tags found
No related merge requests found
from . import abstract
class HarmlessParser(abstract.AbstractParser):
mimetypes = {'application/xml', 'text/plain'}
mimetypes = {'application/xml', 'text/plain', 'application/rdf+xml'}
def __init__(self, filename: str):
self.filename = filename
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment