update header
Some checks are pending
www2.threefold_io / Deploy (push) Waiting to run
www2.threefold_io / Wait for Website Update (push) Blocked by required conditions
www2.threefold_io / Check for Broken Links (push) Blocked by required conditions

This commit is contained in:
2025-02-19 17:15:28 +02:00
parent 6fa1562616
commit 26fcafced8
5 changed files with 5 additions and 5 deletions

View File

@@ -27,9 +27,9 @@
// from: https://stackoverflow.com/a/4425214
var links = document.links;
var internal_hosts = [
'www.threefold.io',
'threefold.io',
'www2.threefold.io',
'www.mycelium.threefold.io',
'mycelium.threefold.io',
'www2.mycelium.threefold.io',
'localhost',
'127.0.0.1'
]