mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
dirmngr: Add a CSRF expection for pm.me
-- Also comment typo fix.
This commit is contained in:
parent
69e0b080f0
commit
7098e4ce19
@ -1258,8 +1258,8 @@ do_one_keyinfo (ctrl_t ctrl, const unsigned char *grip, assuan_context_t ctx,
|
||||
}
|
||||
|
||||
|
||||
/* Entry int for the command KEYINFO. This function handles the
|
||||
command option processing. For details see hlp_keyinfo above. */
|
||||
/* Entry into the command KEYINFO. This function handles the
|
||||
* command option processing. For details see hlp_keyinfo above. */
|
||||
static gpg_error_t
|
||||
cmd_keyinfo (assuan_context_t ctx, char *line)
|
||||
{
|
||||
|
@ -3536,7 +3536,8 @@ same_host_p (parsed_uri_t a, parsed_uri_t b)
|
||||
{ "protonmail.com", "api.protonmail.com" },
|
||||
{ NULL, "api.protonmail.ch" },
|
||||
{ "protonmail.ch", "api.protonmail.com" },
|
||||
{ NULL, "api.protonmail.ch" }
|
||||
{ NULL, "api.protonmail.ch" },
|
||||
{ "pm.me", "api.protonmail.ch" }
|
||||
};
|
||||
int i;
|
||||
const char *from;
|
||||
|
Loading…
x
Reference in New Issue
Block a user