Merge branch 'master' into drop-legacy-zerobin-support

This commit is contained in:
El RIDO
2025-07-16 06:10:08 +02:00
49 changed files with 874 additions and 1014 deletions

View File

@@ -63,7 +63,7 @@ class Configuration
'urlshortener' => '',
'qrcode' => true,
'email' => true,
'icon' => 'identicon',
'icon' => 'jdenticon',
'cspheader' => 'default-src \'none\'; base-uri \'self\'; form-action \'none\'; manifest-src \'self\'; connect-src * blob:; script-src \'self\' \'wasm-unsafe-eval\'; style-src \'self\'; font-src \'self\'; frame-ancestors \'none\'; frame-src blob:; img-src \'self\' data: blob:; media-src blob:; object-src blob:; sandbox allow-same-origin allow-scripts allow-forms allow-modals allow-downloads',
'httpwarning' => true,
'compression' => 'zlib',

View File

@@ -34,7 +34,7 @@ class Controller
*
* @const string
*/
const MIN_PHP_VERSION = '7.3.0';
const MIN_PHP_VERSION = '7.4.0';
/**
* show the same error message if the paste expired or does not exist