We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d847a8 commit b591866Copy full SHA for b591866
src/lib/index.tsx
@@ -173,6 +173,7 @@ function LiteYouTubeEmbedComponent(
173
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
174
allowFullScreen
175
src={iframeSrc}
176
+ referrerPolicy="strict-origin-when-cross-origin"
177
></iframe>
178
)}
179
</ContainerElement>
0 commit comments