Accepting request 634805 from server:php:applications

OBS-URL: https://build.opensuse.org/request/show/634805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud?expand=0&rev=17
This commit is contained in:
Yuchen Lin 2018-09-11 15:19:59 +00:00 committed by Git OBS Bridge
commit 6a1e2c73bb
2 changed files with 7 additions and 1 deletions

View File

@ -8,9 +8,10 @@ Alias /nextcloud "@DATAPATH@/"
</IfModule>
<IfModule mod_headers.c>
Header set Referrer-Policy no-referrer
Header always set Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
</IfModule>
SetEnv HOME @DATAPATH@
SetEnv HTTP_HOME @DATAPATH@
</Directory>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 10 15:04:19 UTC 2018 - ecsos@opensuse.org
- Insert Referrer-Policy in nextcloud.conf
-------------------------------------------------------------------
Thu Sep 6 18:54:35 UTC 2018 - ecsos@opensuse.org