wkd: whitelist openpgpkey.keys.openpgp.org for wkd (duh)

This commit is contained in:
Vincent Breitmoser 2020-02-05 14:23:33 +01:00
parent c3f4881069
commit e87373a0bb
No known key found for this signature in database
GPG Key ID: 7BD18320DEADFA11
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ GATEWAY_DOMAIN = 'wkd.keys.openpgp.org'
# a manual whitelist of domains. we don't allow arbitrary subdomains for abuse
# reasons, but other entries are generally possible. just ask.
WHITELIST = [
'openpgpkey.keys.openpgp.org',
'openpgpkey.my.amazin.horse'
]