aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/extension/src/content.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/extension/src/content.tsx b/apps/extension/src/content.tsx
index 4c194c53..0bc71e07 100644
--- a/apps/extension/src/content.tsx
+++ b/apps/extension/src/content.tsx
@@ -8,7 +8,7 @@ window.addEventListener('message', (event) => {
if (
!(
window.location.hostname === 'localhost' ||
- window.location.hostname === 'anycontext.dhr.wtf'
+ window.location.hostname.endsWith('dhr.wtf')
)
) {
console.log(