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

Merge pull request #4824 from JediKev/issue/iframe-on-install

issue: iFrame On Install
parents 4a0e1bc3 e7a7e3b0
No related branches found
No related tags found
No related merge requests found
<?php
header("Content-Security-Policy: frame-ancestors '".$cfg->getAllowIframes()."';");
if ($cfg)
header("Content-Security-Policy: frame-ancestors '".$cfg->getAllowIframes()."';");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
......
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