diff options
-rw-r--r-- | templates/embed.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/embed.tpl b/templates/embed.tpl index 4fda29d..728de7a 100644 --- a/templates/embed.tpl +++ b/templates/embed.tpl @@ -25,6 +25,6 @@ // @license-end </script> <!--EndPlyr--> - <script src="{$javascript.plyr}"></script> + <script src="{$javascript.plyr}" integrity="sha512-k0w6wxzlpLJ+mv/hTFFSS54ePiIgRTs+qJbGJZvCiHhmUI/gsoo9FpRnxvf1f1aWuGN2/bQ1F10Uz6GXkAFuSQ=="></script> </body> </html> |