Skip to content

Commit e326546

Browse files
committed
Use lax CSP for help plugin to allow remote frame source
1 parent 1900aae commit e326546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/help/help.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public function action()
7878
'tablink' => [$this, 'tablink'],
7979
]);
8080

81+
$rcmail->output->set_env('safemode', true);
8182
$rcmail->output->set_env('help_links', $this->help_metadata());
8283
$rcmail->output->send(!empty($_GET['_content']) ? 'help.content' : 'help.help');
8384
}

0 commit comments

Comments
 (0)