mirror of
https://src.fedoraproject.org/rpms/nextcloud.git
synced 2025-01-25 17:55:49 +01:00
Add Referrer-Policy no-referrer always (RHBZ 1933530)
This commit is contained in:
parent
7858e8e6d0
commit
c2e75736ca
@ -12,6 +12,7 @@
|
|||||||
add_header X-Robots-Tag none;
|
add_header X-Robots-Tag none;
|
||||||
add_header X-Download-Options noopen;
|
add_header X-Download-Options noopen;
|
||||||
add_header X-Permitted-Cross-Domain-Policies none;
|
add_header X-Permitted-Cross-Domain-Policies none;
|
||||||
|
add_header Referrer-Policy no-referrer always;
|
||||||
|
|
||||||
|
|
||||||
# set max upload size
|
# set max upload size
|
||||||
|
@ -542,6 +542,7 @@ fi
|
|||||||
RHBZ 1934840, RHBZ 1977202)
|
RHBZ 1934840, RHBZ 1977202)
|
||||||
- Include php-fpm config in httpd subpackage
|
- Include php-fpm config in httpd subpackage
|
||||||
- Set php memory limit to 512MB (RHBZ 1933529)
|
- 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
|
* Mon Mar 29 2021 Christopher Engelhard <ce@lcts.de> - 20.0.8-2
|
||||||
- Remove dependency on php-imap
|
- Remove dependency on php-imap
|
||||||
|
Loading…
Reference in New Issue
Block a user