commit | bc6b3f2d2e8a6945a6516960c42864410639fe50 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Jan 13 14:53:12 2021 +0100 |
committer | Akron <nils@diewald-online.de> | Mon Jan 18 17:23:23 2021 +0100 |
tree | 52ad509d3aa1d01056d9b85a76e5618a2ab4bea7 | |
parent | 278a29f66ad28c34bf66ee43de26cd9aa6f2c5b6 [diff] [blame] |
Introduce CSP headers to Kalamar (start of #72) Change-Id: I84b7ff0accab3d783ad653fae123c25fee1d92b9
diff --git a/kalamar.conf b/kalamar.conf index 38fc57f..63dad82 100644 --- a/kalamar.conf +++ b/kalamar.conf
@@ -57,6 +57,9 @@ ## Require everything to be send via https only: # https_only => 1, + ## Override default content security policy + # cs_policy => "default-src '*';" + ## Set proxy timeouts # proxy_inactivity_timeout => 120, # proxy_connect_timeout => 120,