mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
dirmngr: Add a CSRF expection for pm.me
-- Also comment typo fix.
This commit is contained in:
parent
e6901c2bc8
commit
7c4029110a
2 changed files with 4 additions and 3 deletions
|
@ -3530,7 +3530,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…
Add table
Add a link
Reference in a new issue