mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
dirmngr: Add a CSRF expection for pm.me
-- Also comment typo fix.
This commit is contained in:
parent
e6901c2bc8
commit
7c4029110a
@ -1231,8 +1231,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
|
/* Entry into the command KEYINFO. This function handles the
|
||||||
command option processing. For details see hlp_keyinfo above. */
|
* command option processing. For details see hlp_keyinfo above. */
|
||||||
static gpg_error_t
|
static gpg_error_t
|
||||||
cmd_keyinfo (assuan_context_t ctx, char *line)
|
cmd_keyinfo (assuan_context_t ctx, char *line)
|
||||||
{
|
{
|
||||||
|
@ -3530,7 +3530,8 @@ same_host_p (parsed_uri_t a, parsed_uri_t b)
|
|||||||
{ "protonmail.com", "api.protonmail.com" },
|
{ "protonmail.com", "api.protonmail.com" },
|
||||||
{ NULL, "api.protonmail.ch" },
|
{ NULL, "api.protonmail.ch" },
|
||||||
{ "protonmail.ch", "api.protonmail.com" },
|
{ "protonmail.ch", "api.protonmail.com" },
|
||||||
{ NULL, "api.protonmail.ch" }
|
{ NULL, "api.protonmail.ch" },
|
||||||
|
{ "pm.me", "api.protonmail.ch" }
|
||||||
};
|
};
|
||||||
int i;
|
int i;
|
||||||
const char *from;
|
const char *from;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user