mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-07-01 07:36:08 +00:00
Snuffleupagus 0.8.1
This commit is contained in:
@ -5,7 +5,7 @@ ARG NGINX_VERSION=1.20
|
||||
|
||||
ARG ALPINE_VERSION=3.15
|
||||
ARG HARDENED_MALLOC_VERSION=11
|
||||
ARG SNUFFLEUPAGUS_VERSION=0.7.1
|
||||
ARG SNUFFLEUPAGUS_VERSION=0.8.1
|
||||
|
||||
ARG UID=1000
|
||||
ARG GID=1000
|
||||
|
@ -8,7 +8,7 @@
|
||||
sp.harden_random.enable();
|
||||
|
||||
# Disabled XXE
|
||||
sp.disable_xxe.enable();
|
||||
sp.xxe_protection.enable();
|
||||
|
||||
# Global configuration variables
|
||||
# sp.global.secret_key("YOU _DO_ NEED TO CHANGE THIS WITH SOME RANDOM CHARACTERS.");
|
||||
|
Reference in New Issue
Block a user