Fix nofollow rel being removed in web UI (#19455)
				
					
				
			This commit is contained in:
		
							parent
							
								
									d2d2ec29f4
								
							
						
					
					
						commit
						b01fad5dbd
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -61,9 +61,6 @@ class StatusContent extends React.PureComponent {
 | 
			
		|||
        link.setAttribute('title', link.href);
 | 
			
		||||
        link.classList.add('unhandled-link');
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      link.setAttribute('target', '_blank');
 | 
			
		||||
      link.setAttribute('rel', 'noopener noreferrer');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (this.props.status.get('collapsed', null) === null) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue