dear tha_watcha,
i can't upload image .svg file using CKE Browser, and i see in code, you fix allowed is { "bmp", "gif", "jpeg", "jpg", "png" }
i think in next version, you allow custom config for this, but you must re-filter this by Host whitelist HostController.Instance.GetString("FileExtensions").
If allow in host, and allow in CKConfig => Allow upload
If allow in CKConfig, but not allowed in Host => Reject upload
Currently, in Hosting not allow Bmp filetype, but CKE still allow upload this bmp filetype on server.
Regard,
i can't upload image .svg file using CKE Browser, and i see in code, you fix allowed is { "bmp", "gif", "jpeg", "jpg", "png" }
i think in next version, you allow custom config for this, but you must re-filter this by Host whitelist HostController.Instance.GetString("FileExtensions").
If allow in host, and allow in CKConfig => Allow upload
If allow in CKConfig, but not allowed in Host => Reject upload
Currently, in Hosting not allow Bmp filetype, but CKE still allow upload this bmp filetype on server.
Regard,