mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-03 17:28:14 +09:00
Force TLS on WebFinger
This commit is contained in:
parent
dc529711ce
commit
baf0c4a340
@ -1,6 +1,6 @@
|
||||
const WebFinger = require('webfinger.js');
|
||||
|
||||
const webFinger = new WebFinger({ tls_only: false });
|
||||
const webFinger = new WebFinger({ });
|
||||
|
||||
type ILink = {
|
||||
href: string;
|
||||
|
Loading…
Reference in New Issue
Block a user