Skip to content

Commit b591866

Browse files
authored
Add referrerPolicy (#143)
1 parent 9d847a8 commit b591866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ function LiteYouTubeEmbedComponent(
173173
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
174174
allowFullScreen
175175
src={iframeSrc}
176+
referrerPolicy="strict-origin-when-cross-origin"
176177
></iframe>
177178
)}
178179
</ContainerElement>

0 commit comments

Comments
 (0)