Fix CSP issue on WebFinger service (#2541)
authorLucien A <lu.aubert84@gmail.com>
Wed, 11 Mar 2020 07:46:03 +0000 (08:46 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 07:46:03 +0000 (08:46 +0100)
commit9878d1ac63682ba58ace4cbe8b1878fa77c58acb
treec2af8f6d449992bcaa82e01048ad3bae51134e1e
parent03efb1419d33627939ee9593633fc703b957199d
Fix CSP issue on WebFinger service (#2541)

* Fix CSP issue on WebFinger service

WebFinger RFC states that CSP should allow any origin to access WebFinger resources.

* Update webfinger.ts
server/controllers/webfinger.ts