Tienson Qin пре 2 недеља
родитељ
комит
08a36a04a5
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/main/frontend/extensions/video/youtube.cljs

+ 2 - 1
src/main/frontend/extensions/video/youtube.cljs

@@ -63,7 +63,8 @@
      {:id                (str "youtube-player-" id)
      {:id                (str "youtube-player-" id)
       :allow-full-screen "allowfullscreen"
       :allow-full-screen "allowfullscreen"
       :allow             "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
       :allow             "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
-      :referrer-policy    "strict-origin-when-cross-origin"
+      :referrer-policy   "strict-origin-when-cross-origin"
+      :referer           "https://logseq.com"
       :frame-border      "0"
       :frame-border      "0"
       :src               url
       :src               url
       :height            height
       :height            height