Merge pull request #1357 from akihikodaki/publickey

Force TLS on WebFinger
This commit is contained in:
syuilo 2018-04-01 23:34:58 +09:00 committed by GitHub
commit 2cf5a40649
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
const WebFinger = require('webfinger.js');
const webFinger = new WebFinger({ tls_only: false });
const webFinger = new WebFinger({ });
type ILink = {
href: string;