mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-02-03 21:30:20 -07:00
Merge pull request #1357 from akihikodaki/publickey
Force TLS on WebFinger
This commit is contained in:
commit
a390f7d6e4
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