Allow rel=tag in status text
Fixes tag links in local Markdown or HTML-authored statuses
This commit is contained in:
		
							parent
							
								
									2332b3f146
								
							
						
					
					
						commit
						7c609bdab9
					
				@ -31,7 +31,7 @@ class Sanitize
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      add_attributes: {
 | 
					      add_attributes: {
 | 
				
			||||||
        'a' => {
 | 
					        'a' => {
 | 
				
			||||||
          'rel' => 'nofollow noopener',
 | 
					          'rel' => 'nofollow noopener tag',
 | 
				
			||||||
          'target' => '_blank',
 | 
					          'target' => '_blank',
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user