Browse Source

添加视频播放

zhangbiao 3 years ago
parent
commit
4fbca5299e
2 changed files with 116 additions and 114 deletions
  1. 114 114
      package-lock.json
  2. 2 0
      public/index.html

File diff suppressed because it is too large
+ 114 - 114
package-lock.json


+ 2 - 0
public/index.html

@@ -12,6 +12,8 @@
   <!-- 优先使用Chrome内核 -->
   <meta name="renderer" content="webkit">
   <meta name="force-rendering" content="webkit">
+  <!-- 播放视频不传referrer -->
+  <meta name="referrer" content="never">
   <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
   <meta http-equiv="Expires" content="Wed, 26 Feb 1997 08:21:57 GMT">
   <meta http-equiv="Pragma" content="no-cache">

Some files were not shown because too many files changed in this diff