diff --git a/index.html b/index.html
index 74685223..5901bb3c 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,9 @@
(function() {
const allowedDomains = [
"give-this-a-new-name.onrender.com/",
- "give-this-a-new-name.onrender.com/index.html"
+ "give-this-a-new-name.onrender.com/index.html",
+ "milesgd.gamer.gd",
+ "milesgd.gamer.gd/index.html"
];
const loc = window.location.hostname + window.location.pathname;
const isAllowed = allowedDomains.some(urlPart => loc.endsWith(urlPart));