1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00
Go to file
2012-04-29 05:07:25 +07:00
libs Implemented privilege dropping 2012-04-29 05:07:25 +07:00
src Added get short url 2012-04-29 02:13:32 +07:00
static Clipboard works but no virual feedback on over 2012-04-29 04:51:54 +07:00
views Clipboard works but no virual feedback on over 2012-04-29 04:51:54 +07:00
__init__.py Paste is saved 2012-04-25 01:15:38 +07:00
.gitignore Project bootstrap 2012-04-24 17:22:59 +07:00
README.md Paste is saved 2012-04-25 01:15:38 +07:00
settings.py Implemented privilege dropping 2012-04-29 05:07:25 +07:00
start.py Implemented privilege dropping 2012-04-29 05:07:25 +07:00

0bin

encrypted pastebin

What does 0bin not implement?

  • Request throttling. It would be ineficient to do it at the app level, and web servers have rebust implementation.
  • Compression. Modern browsers and servers communicate gzipped content so it would be redondant.