diff options
Diffstat (limited to 'roles/owncloud/templates/config.php.j2')
-rw-r--r-- | roles/owncloud/templates/config.php.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/owncloud/templates/config.php.j2 b/roles/owncloud/templates/config.php.j2 index 0a65ab8..5924575 100644 --- a/roles/owncloud/templates/config.php.j2 +++ b/roles/owncloud/templates/config.php.j2 @@ -79,4 +79,6 @@ $CONFIG = array ( 'provider-url' => 'https://authelia.simponic.xyz', 'redirect-url' => 'https://owncloud.internal.simponic.xyz/apps/openidconnect/redirect' ], + 'http.cookie.samesite' => 'None', + 'session_lifetime' => 60 * 60 * 24 ); |