security.txt 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. With this tool you provide a remote upload space for everyone.
  2. Unless you:
  3. - Keep your secret a secret
  4. - Do not use it publicly
  5. - Do not promote it as a new paste platform
  6. - Change your secret often
  7. This tool uses PHP fileinfo: https://www.php.net/manual/en/intro.fileinfo.php
  8. > The functions in this module try to guess the content type and encoding of a file
  9. > by looking for certain magic byte sequences at specific positions within the file.
  10. > While this is not a bullet proof approach the heuristics used do a very good job.
  11. It is not really bulletproof, but it does the job. Everything can be manipulated
  12. to look alike something it isn't.
  13. So, here is a friendly REMINDER:
  14. - Use at own risk.
  15. - Don't open it up to the public
  16. - Check regularly what is added
  17. - Clean everything what you do not know
  18. - You provide the service by hosting it. Your are responsible for it!
  19. - Change your secret often
  20. Make sure DEBUG is false for production.
  21. Protect the storage location from direct access. Default solved with a .htaccess
  22. file. Better solution is to move the location outside the webroot.