mirror of
https://src.fedoraproject.org/rpms/nextcloud.git
synced 2025-01-25 09:45:50 +01:00
Add Referrer-Policy no-referrer always (RHBZ 1933530)
This commit is contained in:
parent
0a9822f8e0
commit
ad60133653
@ -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
|
||||
|
@ -538,6 +538,7 @@ fi
|
||||
- Update to Nextcloud 19.0.12
|
||||
- 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)
|
||||
|
||||
* Sun Feb 28 2021 Christopher Engelhard <ce@lcts.de> - 19.0.9-1
|
||||
- Update to Nextcloud 19.0.9
|
||||
|
Loading…
Reference in New Issue
Block a user