Merge pull request #456 from wrongecho/iframe

Prevent ITFlow being shown in an iFrame
This commit is contained in:
Johnny
2022-05-02 11:32:50 -04:00
committed by GitHub

View File

@@ -4,6 +4,7 @@
// uncomment for test // uncomment for test
//$time_start = microtime(true); //$time_start = microtime(true);
header("X-Frame-Options: DENY");
?> ?>
<!DOCTYPE html> <!DOCTYPE html>