From 3f1b0314601687ca5e0b34215ddabcb928264b0e Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Thu, 1 Jun 2023 23:17:43 +0300 Subject: still trying to fix something again --- localwebsite/htdocs/assets/h265webjs-dist/h265webjs-v20221106.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localwebsite/htdocs/assets/h265webjs-dist/h265webjs-v20221106.js b/localwebsite/htdocs/assets/h265webjs-dist/h265webjs-v20221106.js index 41123a3..4885c53 100644 --- a/localwebsite/htdocs/assets/h265webjs-dist/h265webjs-v20221106.js +++ b/localwebsite/htdocs/assets/h265webjs-dist/h265webjs-v20221106.js @@ -35916,7 +35916,7 @@ value: function(e) { var t = this, i = this; - this.initState && fetch(e,{credentials: "same-origin"}).then((function(e) { + this.initState && fetch(e,{credentials: "include"}).then((function(e) { return e.text() })).then((function(t) { return 1 == i._uriParse(e) ? i._m3u8Parse(t) : null -- cgit v1.2.3