Add Referrer-Policy no-referrer always (RHBZ 1933530)

This commit is contained in:
Christopher Engelhard 2021-06-30 12:44:02 +02:00
parent cc7fd53e0a
commit 36c8256f8f
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
add_header X-Robots-Tag none;
add_header X-Download-Options noopen;
add_header X-Permitted-Cross-Domain-Policies none;
add_header Referrer-Policy no-referrer always;
# set max upload size

View File

@ -510,6 +510,7 @@ fi
- Update to 21.0.2, fixes RHBZ 1977202 / CVE-2021-22915
- Include php-fpm config in httpd subpackage
- Set php memory limit to 512MB (RHBZ 1933529)
- Add Referrer-policy no-referrer to nginx config (RHBZ 1933530)
* Wed Feb 24 2021 Christopher Engelhard <ce@lcts.de> - 21.0.0-2
- Drop dependency on php-imap. Fixes RHBZ #1933023