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

This commit is contained in:
Christopher Engelhard 2021-06-30 12:44:02 +02:00
parent 7858e8e6d0
commit c2e75736ca
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

@ -542,6 +542,7 @@ fi
RHBZ 1934840, RHBZ 1977202)
- 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)
* Mon Mar 29 2021 Christopher Engelhard <ce@lcts.de> - 20.0.8-2
- Remove dependency on php-imap