Remove accepted_image_formats from justask.yml.example
This commit is contained in:
parent
77a801d6ad
commit
2721e050c6
|
@ -81,19 +81,6 @@ hcaptcha:
|
||||||
# TOTP Drift period in seconds
|
# TOTP Drift period in seconds
|
||||||
otp_drift_period: 30
|
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
|
# This list controls which hosts are excempt from the linkfilter
|
||||||
# Note: `hostname` is always included by default
|
# Note: `hostname` is always included by default
|
||||||
allowed_hosts_in_markdown:
|
allowed_hosts_in_markdown:
|
||||||
|
|
Loading…
Reference in New Issue