]> 91.132.146.200 Git - selfpaste.git/commitdiff
updated default allowed files
authorBanana <banana@mirage>
Wed, 12 Feb 2020 18:58:00 +0000 (19:58 +0100)
committerBanana <banana@mirage>
Wed, 12 Feb 2020 18:58:00 +0000 (19:58 +0100)
CHANGELOG
webroot/config.default.php

index ad9b353eb7e5ed2aaa33d05b977c492059fdad17..9ef456ec73f57edbe9a0c025472f94dfbb450c79 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,6 @@
 tbd version 0.4-beta Beryllium
-* added perl as allowed file
+* added perl as default allowed file
+* added shellscript to the default allowd files
 
 2020101 version 0.3-beta Lithium
 * Update information now included
index 1883a5ad57c7b1c093e88637a266f71465edc9ab..009429f08ec249fb5e5943c87c303ef7b7dbd58f 100644 (file)
@@ -18,7 +18,7 @@ define('SELFPASTE_UPLOAD_SECRET','PLEASE CHANGE YOUR SECRET');
 define('SELFPASTE_UPLOAD_DIR','pasties');
 # those are the allowed file types.
 # Make sure you read the README and documentation!
-define('SELFPASTE_ALLOWED_FILETYPES','text/plain,text/comma-separated-values,text/css,text/xml,text/x-php,text/x-perl');
+define('SELFPASTE_ALLOWED_FILETYPES','text/plain,text/comma-separated-values,text/css,text/xml,text/x-php,text/x-perl,text/x-shellscript');
 # this is your domain and path on which selfpaste is accessible
 # needed to respond with the correct link for your paste
 # please NO / at the end