Fraenkiman 9837c76692 Hardens FlatPress via HTTP response header
Fixes #146

Can be optionally activated by the FlatPress admin

 * Content Security Policy is an effective measure to protect your site from XSS attacks. By whitelisting sources for approved content, you can prevent the browser from loading malicious content.
 * Permissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
 * HTTP Strict Transport Security is an excellent feature to support on your site and strengthens your implementation of TLS by getting the User Agent to enforce the use of HTTPS.
 * The X-Download-Options response header instructs the browser not to open the file directly but to offer it for download first. This mitigates some potential Social Engineering attacks.
 * HTTP Strict Transport Security (HSTS for short) is a security mechanism for HTTPS connections that protects against both connection encryption downgrade attack and session hijacking.
 * The referrer policy directive determines whether, and if so which, referrer information for requests triggered by the current web page is sent by the web browser in HTTP requests.
2023-03-01 00:59:25 +01:00
2022-07-02 13:01:21 +02:00
2023-02-04 13:38:25 +01:00
2023-02-04 13:39:44 +01:00
2022-10-09 21:13:30 +02:00
2008-02-11 07:50:28 +00:00
2022-06-25 12:43:46 +02:00
2021-10-20 19:49:46 +02:00

Home page Support forum Wiki Change log Security policy Contributors Wiki

Releases License Open issues Last commit Mastodon Follow Follow on Twitter

Welcome to FlatPress!

FlatPress is a lightweight, easy-to-set-up blogging engine. Plain and simple, just PHP. No database needed!

Features

  • Independent, standard-compliant blog software
  • Works on files, no database
  • Easy to setup, easy to backup
  • Powerful plugin system with widget support
  • Easy to customize with themes, powered by Smarty
  • Comments function with spam protection
  • Free software under GNU GPLv2

Getting started

Installing and running FlatPress is really easy:

  • Download FlatPress, unzip, upload
  • Browse to your web server, run simple FlatPress installer
  • Enjoy blogging with FlatPress!

Help and support

Visit our wiki to learn everything about blogging with FlatPress, how to work with themes and plugins and where to find them. The wiki also has the General FAQ and the Tech FAQ.

Ask your questions, show off your FlatPress blog and meet fellow FlatPressers at the support forum.

Requirements

FlatPress runs on any web server (e.g. Apache or IIS) with PHP 7.1 to PHP 8.1 (more details on the wiki). Since all data is stored in files, no database is needed.

Credits

There are many people who contributed to FlatPress over the years. See them here.

Description
FlatPress is a lightweight, easy-to-set-up flat-file blogging engine.
Readme 9 MiB
Languages
PHP 87.6%
JavaScript 4%
Smarty 3.2%
CSS 2.9%
Yacc 1.3%
Other 1%