mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 856712 - HTTPS certificate Visit Site/Add permanent exception buttons are not working
--HG-- extra : rebase_source : ed1bad426f17b2bbe273ea0267a8fb12d0896a47
This commit is contained in:
parent
a10b871fa2
commit
2965c4d18b
@ -619,9 +619,9 @@ var Browser = {
|
|||||||
let sslExceptions = new SSLExceptions();
|
let sslExceptions = new SSLExceptions();
|
||||||
|
|
||||||
if (json.action == "permanent")
|
if (json.action == "permanent")
|
||||||
sslExceptions.addPermanentException(uri, errorDoc.defaultView);
|
sslExceptions.addPermanentException(uri, window);
|
||||||
else
|
else
|
||||||
sslExceptions.addTemporaryException(uri, errorDoc.defaultView);
|
sslExceptions.addTemporaryException(uri, window);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
dump("EXCEPTION handle content command: " + e + "\n" );
|
dump("EXCEPTION handle content command: " + e + "\n" );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user