1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-31 13:19:29 -05:00

Force TLS on WebFinger

This commit is contained in:
Akihiko Odaki 2018-04-01 23:33:48 +09:00
parent dc529711ce
commit baf0c4a340

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;