teqneers / Greyface

Greyface is an open source AJAX based web interface to SQLGrey, a greylisting policy daemon for the Postfix MTA. View and manipulate live greylisting data through an easy-to-use interface or submit new greylisting data.
MIT License
5 stars 1 forks source link

Re-implement the GET requests to POST requests #42

Closed svencc closed 10 years ago

svencc commented 10 years ago

For all not-reading operations, use POST commands! This will increase security a bit due to not logging operations and parameters in the apache log.

svencc commented 10 years ago

finished and tested