diff options
Diffstat (limited to 'templates/watch.html')
| -rw-r--r-- | templates/watch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/watch.html b/templates/watch.html index 2842547..501e44d 100644 --- a/templates/watch.html +++ b/templates/watch.html @@ -6,7 +6,7 @@ {{ define "content" }} <iframe id="player" - src="https://www.youtube-nocookie.com/embed/{{ .Id }}?enablejsapi=1&autoplay=1" + src="{{ .Src }}" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" |
