diff --git a/.htaccess b/.htaccess index ed19066..5854ceb 100644 --- a/.htaccess +++ b/.htaccess @@ -1 +1,2 @@ RedirectMatch 404 /\.git + diff --git a/inc/header.inc.php b/inc/header.inc.php index ee77971..a7f76bd 100644 --- a/inc/header.inc.php +++ b/inc/header.inc.php @@ -82,6 +82,7 @@ $timenow = $timeplus->format('Y-m-d H:i:s'); header("X-Frame-Options: SAMEORIGIN"); header("X-Content-Type-Options: nosniff"); + header("Content-Security-Policy: default-src 'self'; script-src 'self'"); //header("Content-Security-Policy: script-src 'self' 'unsafe-inline'; script-src-elem 'self'; script-src-attr 'self'; style-src 'self'; style-src-elem 'self'; style-src-attr 'self'; img-src 'self'; connect-src 'self'; frame-src 'self'; font-src 'self'; media-src 'self'; object-src 'self'; manifest-src 'self'; worker-src 'self'; prefetch-src 'self'; form-action 'self'; frame-ancestors 'self'; default-src 'self'", false); if (!empty($_GET['a'])) { echo '
' . print_r($_POST, true) . ''; diff --git a/src/index.php b/src/index.php index 6858dd0..520c7d7 100644 --- a/src/index.php +++ b/src/index.php @@ -15,4 +15,13 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see