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
commit 5b400dec9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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