diff --git a/system-helper/flatpak-system-helper.c b/system-helper/flatpak-system-helper.c index f9c46e1e3..0aa9f6a02 100644 --- a/system-helper/flatpak-system-helper.c +++ b/system-helper/flatpak-system-helper.c @@ -1106,7 +1106,9 @@ handle_configure (FlatpakSystemHelper *object, return TRUE; } - if ((strcmp (arg_key, "languages") != 0) && (strcmp (arg_key, "extra-languages") != 0)) + if ((strcmp (arg_key, "languages") != 0) && + (strcmp (arg_key, "extra-languages") != 0) && + (strcmp (arg_key, "masked") != 0)) { g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, "Unsupported key: %s", arg_key);