pull/27/head
Manuel Kasper 2024-11-28 18:18:16 +01:00
rodzic 5c6da18e20
commit 8c1713aed3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -37,7 +37,7 @@ export default {
if (/Chrome/.test(navigator.userAgent)) {
// Omit accepted-file-types for (mobile) Chrome, as it will cause it to strip GPS metadata
// See https://stackoverflow.com/questions/61482589/chrome-on-android-10-image-uploading-strips-gps-exif-data
return ''
return undefined
} else {
return 'image/jpeg, image/png, image/heic'
}