Removed noreferrer from watch video link so third parties can track traffic.
This commit is contained in:
		
							parent
							
								
									750b55aa47
								
							
						
					
					
						commit
						1cfc3baf95
					
				| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
<template>
 | 
			
		||||
	<a
 | 
			
		||||
		:class="{ active: pageContext.urlPathname === $attrs.href || active }"
 | 
			
		||||
		rel="noopener noreferrer"
 | 
			
		||||
		rel="noopener"
 | 
			
		||||
	>
 | 
			
		||||
		<slot />
 | 
			
		||||
	</a>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -106,15 +106,16 @@
 | 
			
		|||
						>View photos</button>
 | 
			
		||||
						-->
 | 
			
		||||
 | 
			
		||||
						<Link
 | 
			
		||||
						<a
 | 
			
		||||
							v-if="scene.watchUrl"
 | 
			
		||||
							:href="scene.watchUrl"
 | 
			
		||||
							target="_blank"
 | 
			
		||||
							rel="noopener"
 | 
			
		||||
							class="button button-primary watch nolink"
 | 
			
		||||
							:data-umami-event="scene.affiliate ? 'watch-click-aff' : 'watch-click'"
 | 
			
		||||
							:data-umami-event-aff-id="scene.affiliate?.id"
 | 
			
		||||
							:data-umami-event-scene-id="scene.id"
 | 
			
		||||
						>Watch full video</Link>
 | 
			
		||||
						>Watch full video</a>
 | 
			
		||||
					</div>
 | 
			
		||||
				</div>
 | 
			
		||||
			</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								static
								
								
								
								
							
							
								
								
								
								
								
								
							
						
						
									
										2
									
								
								static
								
								
								
								
							| 
						 | 
				
			
			@ -1 +1 @@
 | 
			
		|||
Subproject commit 569efa23b47385ce2ed9d2cdbae33f1d180b2753
 | 
			
		||||
Subproject commit 3d26382892215138f86fc2efc658d12ae115f5ff
 | 
			
		||||
		Loading…
	
		Reference in New Issue