mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 14:03:08 +02:00
Force TLS on WebFinger
This commit is contained in:
parent
dc529711ce
commit
baf0c4a340
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue