@@ -44,4 +44,7 @@
<!-- built files will be auto injected -->
</body>
-</html>
+</html>
+<script>
+document.domain = document.domain.split(".").slice(-2).join(".");
+</script>