From 9f7bbe16e7b5254efa4972fa5ddcd36156f78cde Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 27 Jan 2020 01:27:32 -0800 Subject: [PATCH] show entire list of allowed file extensions --- views/site_files/allowed_types.erb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/views/site_files/allowed_types.erb b/views/site_files/allowed_types.erb index c2e6cbd1..f69994c8 100644 --- a/views/site_files/allowed_types.erb +++ b/views/site_files/allowed_types.erb @@ -6,6 +6,9 @@

Currently Allowed File Types

+ +

Neocities is best with files that are used for making static HTML web sites, such as:

+

+

This is not a complete list of the file types we support, but it is still recommended that you focus on files used for making web sites. The full list of supported file extensions is:

+ +

+ <%= Site::VALID_EXTENSIONS.sort.join("\n") %> +

+

In addition, we have measures in place to prevent hotlinking of content from non-Neocities sites.

Why are there restricted file types?