diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 4 | ||||
-rw-r--r-- | conf/packages | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 71e994dc0..86da4cf2c 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -28,6 +28,10 @@ SECURE_PROXY_SSL_HEADER: '' # If you're behind a proxy, set this to a two-element list containing the # trusted HTTP header and the required value. For example: # SECURE_PROXY_SSL_HEADER: [ 'X-Forwarded-Proto', 'https' ] +CONTENT_SECURITY_POLICY: '' +# To activate CSP, set this to 1. If you have additional third party domains to +# allow JavaScript on, or want to specify extra script-src CSP directives, set +# this to a e.g. space-separated list of domains or a list of the same. # Email domain used for emails, and contact name/email for admin use. EMAIL_DOMAIN: 'example.org' diff --git a/conf/packages b/conf/packages index 23be6d28c..b8dd68e80 100644 --- a/conf/packages +++ b/conf/packages @@ -6,6 +6,7 @@ make g++ jhead liblocale-gettext-perl +libpng-dev libsoap-lite-perl memcached perl |