privacy update and minor fixes

This commit is contained in:
[3~
2020-10-10 11:48:03 +00:00
parent 089eae0809
commit 2cdd9f75db
11 changed files with 27 additions and 133 deletions

View File

@@ -5,7 +5,7 @@
<div class="video">
<div class="embed-responsive embed-responsive-16by9">
<video id="video" class="video rounded embed-responsive-item" loop preload="auto" crossorigin="anonymous">
<source src="@if(env('APP_DEBUG')){{"/b"}}@else{{"//" . (substr($_SERVER["HTTP_HOST"], 0, 3) === "v4." ? "v4." : "") . "b.w0bm.com"}}@endif{{ "/" . $video->file }}">
<source src="//b.w0bm.com/b{{ "/" . $video->file }}">
</video>
</div>
</div>
@@ -19,7 +19,7 @@
<div class="video-wrap embed-responsive embed-responsive-16by9">
<div class="video">
<video id="video" class="video rounded embed-responsive-item" loop preload="auto" crossorigin="anonymous">
<source src="/b{{ "/" . $video->file }}">
<source src="//b.w0bm.com/b{{ "/" . $video->file }}">
</video>
</div>
</div>
@@ -33,7 +33,7 @@
<iframe src="https://w0bm.com/loop/index.html"></iframe>
@else
<video class="video scrollable" loop id="video">
<source src="/b{{ "/" . $video->file }}">
<source src="//b.w0bm.com/b{{ "/" . $video->file }}">
</video>
@endif
</div>