diff --git a/config.sample.toml b/config.sample.toml index 86b19f84c79e0e1f9812ea13fe964e996148f319..89fdbfe2257cae1108394ab1c4b87a6d886cba23 100644 --- a/config.sample.toml +++ b/config.sample.toml @@ -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"] \ No newline at end of file +unsafe_mimetype = ["text/html", "text/javascript", "application/javascript", "text/css", "application/x-httpd-php", "application/xhtml+xml"] \ No newline at end of file