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

@@ -21,7 +21,7 @@
<iframe src="https://w0bm.com/loop/index.html"></iframe>
@else
<video id="video" loop controls preload="auto" crossorigin="anonymous">
<source src="/b{{ "/" . $video->file }}">
<source src="//b.w0bm.com/b{{ "/" . $video->file }}">
<!-- rip fapple! <source src="//fapple.w0bm.com/{{str_replace(".webm","",$video->file)}}.mp4"> -->
</video>
@endif