mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 15:53:09 +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 = require('webfinger.js');
|
||||||
|
|
||||||
const webFinger = new WebFinger({ tls_only: false });
|
const webFinger = new WebFinger({ });
|
||||||
|
|
||||||
type ILink = {
|
type ILink = {
|
||||||
href: string;
|
href: string;
|
||||||
|
|
Loading…
Reference in a new issue