fix: add security exception to allow S3 media

This commit is contained in:
2025-09-29 18:58:14 +04:00
parent 5bbc6f1c66
commit 006194fcdb
3 changed files with 38 additions and 0 deletions
+5
View File
@@ -210,6 +210,11 @@ define('PRIORITY_CATEGORIES', [
// Nombre maximum de posts à afficher
// define('MASTODON_MAX_POST_SHOW', '10');
// URL du stockage S3 pour les médias Mastodon (optionnel)
// Format: https://votre-bucket.s3.region.provider.com
// Laissez vide ou commentez pour désactiver
// define('MASTODON_S3_MEDIA_URL', 'https://s3.eu-central-003.backblazeb2.com');
// =========================================
// Contact
// =========================================