Merge pull request #1357 from akihikodaki/publickey
Force TLS on WebFinger
This commit is contained in:
		
						commit
						2cf5a40649
					
				
					 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…
	
	Add table
		Add a link
		
	
		Reference in a new issue