summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-03-04 09:36:01 +0100
committerMorris Jobke <hey@morrisjobke.de>2015-03-04 09:36:01 +0100
commitf1d74e8803efc2d642dd37751eff928ec42b8ec6 (patch)
tree698fe18880f63be71b54ea9f5b2ae64b64377db8 /config
parent84785a6a390733fead61af5856c56dbc9ad19cd9 (diff)
parentb4cfc79b5a09ea53c8a76082e1d0bf85abf0e579 (diff)
downloadnextcloud-server-f1d74e8803efc2d642dd37751eff928ec42b8ec6.tar.gz
nextcloud-server-f1d74e8803efc2d642dd37751eff928ec42b8ec6.zip
Merge pull request #14651 from owncloud/add-some-headers-to-htaccess-for-my-best-friend-jenkins
Let users configure security headers in their Webserver
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 5099fae66c2..4b902b306be 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -746,18 +746,6 @@ $CONFIG = array(
*/
/**
- * Change this to ``true`` to require HTTPS for all connections, and to reject
- * HTTP requests.
- */
-'forcessl' => false,
-
-/**
- * Change this to ``true`` to require HTTPS connections also for all subdomains.
- * Works only together when `forcessl` is set to true.
- */
-'forceSSLforSubdomains' => false,
-
-/**
* Extra SSL options to be used for configuration.
*/
'openssl' => array(
@@ -788,13 +776,6 @@ $CONFIG = array(
'theme' => '',
/**
- * X-Frame-Restriction is a header which prevents browsers from showing the site
- * inside an iframe. This is be used to prevent clickjacking. It is risky to
- * disable this, so leave it set at ``true``.
- */
-'xframe_restriction' => true,
-
-/**
* The default cipher for encrypting files. Currently AES-128-CFB and
* AES-256-CFB are supported.
*/