-202008xx version 1.2 Carbon
+20200814 version 1.3 Nitrogen
+* Added new default allowed file types
+* Cleanups
+
+20200814 version 1.2 Carbon
* Cleanup version only. No new fetures
20200530 version 1.1 Boron
define('FRONTEND_USERNAME','some');
/* please provide a unique password for this installation */
define('FRONTEND_PASSWORD', 'admin');
-/* please provide a unique secret for this installation and add this to the allowed ones*/
+/* please provide a unique secret for this installation and add this to the allowed of your selfpase installation ones*/
define('THE_SECRET','your super duper secret');
/* the selfpaste installation endpoint url. Absolute or relative */
define('THE_ENDPOINT','http://www.some.tld/path/to/selfpaste/index.php');
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,text/x-shellscript,text/html,text/javascript,text/c-x');
+define('SELFPASTE_ALLOWED_FILETYPES','text/plain,text/comma-separated-values,text/css,text/xml,text/x-php,text/x-perl,text/x-shellscript,text/html,text/javascript,text/c-x,text/x-makefile');
# 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