Skip to content

Commit

Permalink
cdn: autorise les fichiers CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Feb 5, 2024
1 parent b1c0303 commit 3b55284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/cdn.geotribu.fr/files/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@

// Allowed file extensions for create and rename files
// e.g. 'txt,html,css,js'
$allowed_file_extensions = 'apng,gif,jfif,jpg,jpeg,mp4,png,svg,webm,webp';
$allowed_file_extensions = 'apng,csv,gif,jfif,jpg,jpeg,mp4,png,svg,webm,webp';

// Allowed file extensions for upload files
// e.g. 'gif,png,jpg,html,txt'
$allowed_upload_extensions = 'apng,gif,jfif,jpg,jpeg,mp4,png,svg,webm,webp';
$allowed_upload_extensions = 'apng,csv,gif,jfif,jpg,jpeg,mp4,png,svg,webm,webp';

// Favicon path. This can be either a full url to an .PNG image, or a path based on the document root.
// full path, e.g http://example.com/favicon.png
Expand Down

0 comments on commit 3b55284

Please sign in to comment.