Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2018-01-07 10:55:14 +0300
committerAleksander Machniak <alec@alec.pl>2018-01-07 10:55:14 +0300
commitf9c590621bf2808a211a50821eb8edff277244b5 (patch)
tree808c76f9129a20e799a5beb11820a572972f1a14 /program
parent65da434867dd4e5b4475fbb6297595636ab7397f (diff)
Remove x_frame_options env
Diffstat (limited to 'program')
-rw-r--r--program/include/rcmail_output_html.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/include/rcmail_output_html.php b/program/include/rcmail_output_html.php
index 087186371..6adbee0bc 100644
--- a/program/include/rcmail_output_html.php
+++ b/program/include/rcmail_output_html.php
@@ -68,7 +68,6 @@ class rcmail_output_html extends rcmail_output
$this->devel_mode = $this->config->get('devel_mode');
$this->set_env('task', $task);
- $this->set_env('x_frame_options', $this->config->get('x_frame_options', 'sameorigin'));
$this->set_env('standard_windows', (bool) $this->config->get('standard_windows'));
$this->set_env('locale', $_SESSION['language']);
$this->set_env('devel_mode', $this->devel_mode);