mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 11:40:49 +00:00
Merge pull request #1357 from akihikodaki/publickey
Force TLS on WebFinger
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const WebFinger = require('webfinger.js');
|
||||
|
||||
const webFinger = new WebFinger({ tls_only: false });
|
||||
const webFinger = new WebFinger({ });
|
||||
|
||||
type ILink = {
|
||||
href: string;
|
||||
|
||||
Reference in New Issue
Block a user