1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 08:26:19 +02: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;