1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-26 16:34:34 +02:00

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

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;