Skip to content
Snippets Groups Projects
Commit baf0c4a3 authored by Akihiko Odaki's avatar Akihiko Odaki
Browse files

Force TLS on WebFinger

parent dc529711
No related branches found
No related tags found
No related merge requests found
const WebFinger = require('webfinger.js');
const webFinger = new WebFinger({ tls_only: false });
const webFinger = new WebFinger({ });
type ILink = {
href: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment