From 2721e050c67f87c96861968c7d759f786806be51 Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Tue, 12 Dec 2023 00:22:36 +0100 Subject: [PATCH] Remove accepted_image_formats from justask.yml.example --- config/justask.yml.example | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config/justask.yml.example b/config/justask.yml.example index 97616e4c..22f309a4 100644 --- a/config/justask.yml.example +++ b/config/justask.yml.example @@ -81,19 +81,6 @@ hcaptcha: # TOTP Drift period in seconds otp_drift_period: 30 -# This list controls the "accept" attribute on file upload fields -# This ensures mobile users get an appropriate file picker (one for only images) -# as well as preventing the upload of videos or formats we don't support -# including making iOS automatically convert HEIC files to JPEG -accepted_image_formats: - - image/jpeg - - .jpg - - .jpeg - - image/png - - .png - - image/gif - - .gif - # This list controls which hosts are excempt from the linkfilter # Note: `hostname` is always included by default allowed_hosts_in_markdown: