Prevent ITFlow being shown in an iFrame

This commit is contained in:
Marcus Hill
2022-05-01 17:48:47 +01:00
parent eee7c0b204
commit 622290f354

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>