From e1496ff32197f05d7a4cc65c6113ffaeff75a94c Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 13 Oct 2021 17:43:46 +0200 Subject: [PATCH 1/2] Add the X-Frame-Options --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 3e410780..8640d1ec 100644 --- a/index.php +++ b/index.php @@ -10,6 +10,7 @@ ini_set("url_rewriter.tags", ''); session_start(); error_reporting(0); +header("X-Frame-Options: SAMEORIGIN"); $fc_start_time = microtime(true); require 'config.php'; From 9691b53bbe29e34662315456688c2c30458562e1 Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 13 Oct 2021 18:45:24 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4e82654..d3dbdeba 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ - + ## flatCore CMS flatCore is a lightweight Content Management System based on PHP and SQLite. MySQL database support is in progress and will be released soon. +GitHub release (latest by date) GitHub GitHub commit activity [![huntr](https://cdn.huntr.dev/huntr_security_badge_mono.svg)](https://huntr.dev) + * Official Site: https://flatcore.org * License: GNU GENERAL PUBLIC LICENSE Version 3