mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-06 13:25:46 +01:00
Use a Gecko version check for determing URL in :pageinfo s.
This commit is contained in:
@@ -2929,11 +2929,8 @@ Buffer.addPageInfoSection("s", "Security", function* (verbose) {
|
|||||||
|
|
||||||
yield ["Verified by", data.caOrg];
|
yield ["Verified by", data.caOrg];
|
||||||
|
|
||||||
let uri = identity._lastUri;
|
let { host, port } = config.haveGecko("43") ? identity._uri :
|
||||||
if (uri === undefined)
|
identity._lastUri;
|
||||||
uri = identity._uri;
|
|
||||||
|
|
||||||
let { host, port } = uri;
|
|
||||||
if (port == -1)
|
if (port == -1)
|
||||||
port = 443;
|
port = 443;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user