Disallow internal domains from being claimed

This commit is contained in:
Raven Scott
2025-12-26 17:48:50 -05:00
parent 02a11bc025
commit 10d7d52079
7 changed files with 119 additions and 8 deletions
+1 -1
View File
@@ -1154,7 +1154,7 @@
</dialog>
</div>
<div id="notifications" class="fixed bottom-4 right-4 flex flex-col-reverse space-y-2 z-50"></div>
<div id="notifications" class="fixed bottom-4 right-4 flex flex-col-reverse space-y-2" style="z-index: 99999;"></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/xterm.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@xterm/[email protected]/lib/addon-fit.js"></script>