My JS files are being replace with html code!

My website URL is: https://enderadel.net

What I’m seeing is that my JS files are setting replace with a test about js not being supported, but it is!

<html><body><script type="text/javascript" src="/aes.js" ></script><script>function toNumbers(d){var e=[];d.replace(/(..)/g,function(d){e.push(parseInt(d,16))});return e}function toHex(){for(var d=[],d=1==arguments.length&&arguments[0].constructor==Array?arguments[0]:arguments,e="",f=0;f<d.length;f++)e+=(16>d[f]?"0":"")+d[f].toString(16);return e.toLowerCase()}var a=toNumbers("f655ba9d09a112d4968c63579db590b4"),b=toNumbers("98344c2eee86c3994890592585b49f80"),c=toNumbers("ab24f55ed1de1717b3a0d9ca8e37c540");document.cookie="__test="+toHex(slowAES.decrypt(c,2,a,b))+"; expires=Thu, 31-Dec-37 23:55:55 GMT; path=/"; location.href="https://enderadel.net/assets/js/EnderSync.js?v=0.00.0.5&i=1";</script><noscript>This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support</noscript></body></html>
4 Likes

But I’m accessing the website through web browsers, this message should not appear!

It depends where you do link to JS files from.

If you try to include javascript from another epizy hosted site (even if it’s a subdomain of that), that error will appear,

4 Likes

But I’m not, all of the files in the page are stored in my website

The problem has stopped by itself. thanks for helping anyway…

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.