diff options
Diffstat (limited to 'templates/video.tpl')
-rw-r--r-- | templates/video.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/video.tpl b/templates/video.tpl index 38e9149..f2527f1 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -113,6 +113,6 @@ </p> </footer> </div> - <script src="{$javascript.plyr}"></script> + <script src="{$javascript.plyr}" integrity="sha512-k0w6wxzlpLJ+mv/hTFFSS54ePiIgRTs+qJbGJZvCiHhmUI/gsoo9FpRnxvf1f1aWuGN2/bQ1F10Uz6GXkAFuSQ=="></script> </body> </html> |