mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
update comment
This commit is contained in:
parent
2c3b147337
commit
873ac0b167
@ -429,7 +429,7 @@ impl Page {
|
|||||||
uri.clone(),
|
uri.clone(),
|
||||||
None, // default priority
|
None, // default priority
|
||||||
Some(cancellable.clone()),
|
Some(cancellable.clone()),
|
||||||
// Search for user certificate match request scope
|
// Search for user certificate match request
|
||||||
match self.profile.identity.gemini.match_scope(&self.navigation.request.widget.entry.text()) {
|
match self.profile.identity.gemini.match_scope(&self.navigation.request.widget.entry.text()) {
|
||||||
Some(identity) => match TlsCertificate::from_pem(&identity.pem) {
|
Some(identity) => match TlsCertificate::from_pem(&identity.pem) {
|
||||||
Ok(certificate) => Some(certificate),
|
Ok(certificate) => Some(certificate),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user