Doing tests locally on my computer:
index.hml
<!DOCTYPE html>
<html>
<head>
<!--script src="angular.js"></script-->
<script src="i18next.js"></script>
<script src="app.js"></script>
</head>
<body>
</body>
</html>
app.js
i18n.init();
Error @ line 672 in i18next.js
xhr.send(payload);
NS_ERROR_DOM_BAD_URI: Access to restricted URI denied
- How do I solve this error?
- Optional: What does this line do?