diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 1b3477417ff..16575cf82ed 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -745,18 +745,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( @@ -787,13 +775,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. */ |