D-Bus method: 'add_web_app_host' doesn't cast input to string
The incomming supposed 'string' should be casted to a proper python string using str().
And if we're at it, we should use a simple regex to make sure that the incomming string is a valid URL.