mirror of
				https://github.com/ajnart/homarr.git
				synced 2025-10-27 08:36:14 +01:00 
			
		
		
		
	Add rel="noreferrer" to link AppTile.tsx (#2126)
reference: Issue: https://github.com/ajnart/homarr/issues/1933 PR comment: https://github.com/ajnart/homarr/pull/2048#issuecomment-2113238216
This commit is contained in:
		| @@ -89,6 +89,7 @@ export const AppTile = ({ className, app }: AppTileProps) => { | |||||||
|         <UnstyledButton |         <UnstyledButton | ||||||
|           style={{ pointerEvents: isEditMode ? 'none' : 'auto' }} |           style={{ pointerEvents: isEditMode ? 'none' : 'auto' }} | ||||||
|           component="a" |           component="a" | ||||||
|  |           rel="noreferrer" | ||||||
|           href={href} |           href={href} | ||||||
|           target={app.behaviour.isOpeningNewTab ? '_blank' : '_self'} |           target={app.behaviour.isOpeningNewTab ? '_blank' : '_self'} | ||||||
|           className={`${classes.button} ${classes.base}`} |           className={`${classes.button} ${classes.base}`} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user