We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bda1d0 commit 5a2d325Copy full SHA for 5a2d325
main/newscorm/learnpath.class.php
@@ -10680,8 +10680,8 @@ public function fixBlockedLinks($src)
10680
$headers = substr($response, 0, $httpCode['header_size']);
10681
10682
$error = false;
10683
- if (stripos($headers, 'X-Frame-Options: DENY') > -1 ||
10684
- stripos($headers, 'X-Frame-Options: SAMEORIGIN') > -1
+ if (stripos($headers, 'X-Frame-Options: DENY') > -1
+ //|| stripos($headers, 'X-Frame-Options: SAMEORIGIN') > -1
10685
) {
10686
$error = true;
10687
}
0 commit comments