summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/remote/webfinger.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/remote/webfinger.ts b/src/common/remote/webfinger.ts
index 039156d776..fec5da689c 100644
--- a/src/common/remote/webfinger.ts
+++ b/src/common/remote/webfinger.ts
@@ -1,6 +1,6 @@
const WebFinger = require('webfinger.js');
-const webFinger = new WebFinger({ tls_only: false });
+const webFinger = new WebFinger({ });
type ILink = {
href: string;