Skip to content

Commit 9a1367d

Browse files
authored
Ensures suggested videos are shown only from the same channel. (#534)
* Update caching.mdx Ensures suggested videos are shown only from the same channel. * Update caching.mdx update v1
1 parent 7595cc6 commit 9a1367d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/advanced/caching.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can (and should) update the cache manually, by calling a `forceRefresh()` -
2626
This animation explains the different polling modes:
2727

2828
<figure className="youtube-container">
29-
<iframe width="100%" src="https://www.youtube.com/embed/_LWPjR4_GqA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
29+
<iframe width="100%" src="https://www.youtube.com/embed/_LWPjR4_GqA?rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
3030
</figure>
3131

3232
## Caching

website/versioned_docs/version-V1/advanced/caching.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can (and should) update the cache manually, by calling a `forceRefresh()` -
2626
This animation explains the different polling modes:
2727

2828
<figure className="youtube-container">
29-
<iframe width="100%" src="https://www.youtube.com/embed/_LWPjR4_GqA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
29+
<iframe width="100%" src="https://www.youtube.com/embed/_LWPjR4_GqA?rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
3030
</figure>
3131

3232
## Caching

0 commit comments

Comments
 (0)