Force TLS on WebFinger

This commit is contained in:
Akihiko Odaki 2018-04-01 23:33:48 +09:00
parent dc529711ce
commit baf0c4a340
1 changed files with 1 additions and 1 deletions

View File

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