1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-29 22:37:58 +02:00
1696: disable php version expose r=Diman0 a=ronivay

## What type of PR?

enhancement

## What does this PR do?

Disable exposing PHP-version from webmails in x-powered-by header for security reasons.

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [N/A] In case of feature or enhancement: documentation updated accordingly
- [x ] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file.


Co-authored-by: ronivay <roni@vayrynen.info>
This commit is contained in:
bors[bot]
2020-11-26 08:52:29 +00:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
Hide x-powered-by PHP-version header from webmails

View File

@@ -1,3 +1,4 @@
expose_php=Off
date.timezone=UTC
upload_max_filesize = {{ MAX_FILESIZE }}M
post_max_size = {{ MAX_FILESIZE }}M

View File

@@ -1,3 +1,4 @@
expose_php=Off
date.timezone=UTC
upload_max_filesize = {{ MAX_FILESIZE }}M
post_max_size = {{ MAX_FILESIZE }}M