1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

dirmngr: Add a CSRF expection for pm.me

--

Also comment typo fix.
This commit is contained in:
Werner Koch 2019-05-09 14:49:59 +02:00
parent 69e0b080f0
commit 7098e4ce19
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
2 changed files with 4 additions and 3 deletions

View file

@ -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;