Skip to content
Snippets Groups Projects
Unverified Commit 98860344 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4931 from JediKev/issue/iframe-single-quotes-devnext

issue: iFrame Single Quotes
parents 9734f950 4b59b4f0
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ $signin_url = ROOT_PATH . "login.php"
$signout_url = ROOT_PATH . "logout.php?auth=".$ost->getLinkToken();
header("Content-Type: text/html; charset=UTF-8");
header("Content-Security-Policy: frame-ancestors '".$cfg->getAllowIframes()."';");
header("Content-Security-Policy: frame-ancestors ".$cfg->getAllowIframes().";");
if (($lang = Internationalization::getCurrentLanguage())) {
$langs = array_unique(array($lang, $cfg->getPrimaryLanguage()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment