Replace eepget's whitelist of allowed characters with the blacklist from i2psnark. (closes #562)

Thanks to zzz for pointing me in the right direction so I could fix my own bug. :)
This commit is contained in:
kytv
2011-12-11 00:10:38 +00:00
parent 6fa01a3b2d
commit 50e3cdba05
3 changed files with 44 additions and 22 deletions

View File

@@ -1,3 +1,7 @@
2011-12-10 kytv
* Replace eepget's whitelist of accepted characters with the
blacklist from i2psnark. (closes #562)
2011-12-09 zzz
* Base64: Add decodestring command in main()
* Console, i2psnark: More button CSS tweaks