mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix HTTP links not working in podcast show notes.
This commit is contained in:
		
							parent
							
								
									024d052a7b
								
							
						
					
					
						commit
						9e095a4bc1
					
				@ -10,7 +10,7 @@ function sanitize(html) {
 | 
				
			|||||||
    allowedAttributes: {
 | 
					    allowedAttributes: {
 | 
				
			||||||
      a: ['href', 'name', 'target']
 | 
					      a: ['href', 'name', 'target']
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    allowedSchemes: ['https'],
 | 
					    allowedSchemes: ['http', 'https'],
 | 
				
			||||||
    allowProtocolRelative: false
 | 
					    allowProtocolRelative: false
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user