Using Laravel Backpack v7 with FileManager v4 when adding 'elfinderOptions' => [] to the field definition the "Insert image or file" button shows up in the toolbar but clicking on it results in a 403 Forbidden screen.
In the logs I see Someone attempted to tamper with mime types in elfinder popup. The attempt was blocked.
From debugging it seems that ckeditor isn't sending the required encrypted mimes string in the showPopup request.
Using Laravel Backpack v7 with FileManager v4 when adding
'elfinderOptions' => []to the field definition the "Insert image or file" button shows up in the toolbar but clicking on it results in a 403 Forbidden screen.In the logs I see
Someone attempted to tamper with mime types in elfinder popup. The attempt was blocked.From debugging it seems that ckeditor isn't sending the required encrypted mimes string in the showPopup request.