Comment 1 for bug 1214037

Revision history for this message
Olivier Tilloy (osomon) wrote :

For reference, in QtWebKit the QML WebView has a signal called experimental.onPermissionRequested, that passes a permission object with the following properties: type, origin, allow. type and origin are read-only, whereas allow can be set. Setting it triggers accepting/denying the permission request.