Skip to content

Fix bug in support for `.ova` files

Mathias Magnusson requested to merge mathiasmagnusson/gnome-boxes:main into main

Support for importing .ova files already exists, but the correct mime type of an .ova file is not whitelisted.

This commit adds application/ovf as a whitelisted mime type to be considered an "installed media"

Fixes #897 (closed)

Merge request reports