add alternative javascrip mimetype, just in case
parent
dfdc5e14a2
commit
fa277d7b4a
|
@ -62,4 +62,4 @@ banned_mimetype = ["application/x-msdownload", "application/x-msi", "application
|
|||
|
||||
# Files that should only ever be rendered as plaintext.
|
||||
# I REALLY recommend not removing these.
|
||||
unsafe_mimetype = ["text/html", "text/javascript", "text/css", "application/x-httpd-php", "application/xhtml+xml"]
|
||||
unsafe_mimetype = ["text/html", "text/javascript", "application/javascript", "text/css", "application/x-httpd-php", "application/xhtml+xml"]
|
Loading…
Reference in New Issue