aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-03-31 14:08:30 -0700
committerDhravya <[email protected]>2024-03-31 14:08:30 -0700
commit86e6a1afbbc09040a5f372dd3010c638be9bce84 (patch)
tree4d029c89787f3a9dc9b9933a4ba6e4a76d8c4c12
parentredeploy: check for d1 database (diff)
downloadsupermemory-86e6a1afbbc09040a5f372dd3010c638be9bce84.tar.xz
supermemory-86e6a1afbbc09040a5f372dd3010c638be9bce84.zip
update extension: work on all *.dhr.wtf sites
-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(