asciimoo / morty

Privacy aware web content sanitizer proxy as a service
GNU Affero General Public License v3.0
485 stars 58 forks source link

Hide proxied resources in the logs #79

Closed madmath03 closed 4 years ago

madmath03 commented 4 years ago

Unless I missed something in the configuration, Morty currently displays in its logs all URLs proxied... that's not really clean in terms of privacy as an admin could see everything that has been searched by all users of the instance.

Logging proxied resources are of course useful for dev / debug, but we should have a way to disable it.

For me, this is a blocking issue for using Morty in production.