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