v38 - 45: window.showModalDialog() throws NS_ERROR_XPC_SECURITY_MANAGER_VETO

Issue #22 open
Vladislav repo owner created an issue

Test case:

<!DOCTYPE html>
<html>
    <head>
    </head>
    <body>
        <input type="button" onclick="window.showModalDialog('http://example.com');" value="click me" />
    </body>
</html>

Comments (2)

  1. Log in to comment