Commit c10b47d
authored
Pass the unmodified login path to the native component instead of assuming .gpg (#312)
this is in support of
<browserpass/browserpass-native#127>.
this has immediate benefit for anyone using the patches shared in that PR
today. without this, browserpass doesn't recognize `gitproxy.zycloud.tk.age` as a
default key for `https://github.com`, because it fails the substring
match. by stripping the extension -- whatever it is -- both
`gitproxy.zycloud.tk.gpg` and `gitproxy.zycloud.tk.age` are recognized as keys for their
intended domain.1 parent 21f3431 commit c10b47d
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
870 | 870 | | |
871 | 871 | | |
872 | 872 | | |
873 | | - | |
| 873 | + | |
874 | 874 | | |
875 | 875 | | |
876 | 876 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
90 | 93 | | |
91 | 94 | | |
92 | 95 | | |
93 | | - | |
| 96 | + | |
| 97 | + | |
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
| |||
0 commit comments