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