cantaloupe
cantaloupe copied to clipboard
Usage of X-Powered-By HTTP header should be configurable
Now each response has:
X-Powered-By: Cantaloupe/4.0
in the header. For security reasons, it should be possible to hide this header by setting a value in the main configuration file.
As a workaround, you can use an Apache gateway proxy with:
Header unset "X-Powered-By"