Since it is Opensource and like to use it on my machine I want to be sure, there is no malicious JS code inside the JS part? Has anyone checkd this (I am not an JS expert)?
I don’t want to accuse you the author of it, but just to be sure as safety goes first.
Maybe the creator also just used an external library.
Hey, dou you know how I can include the JS part inside the index.html (eg from the default gui bot on github) without using the html inside the GUI folder with all the JS part? Is there a way to host somehow this part include it via an url? How could I do that?
I think there are some host services. But for including it on a hompegae eg you also need to host this stuff somehow as the user should not download the JS folder too…
where is actually the 2 index.js included? They are not inside the index.html… I managed to include all js files externally (with jsdelivr) but now you have these index.js and I don’t know to handle them besides including them into the index.html?!