mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
update extension: work on all *.dhr.wtf sites
This commit is contained in:
parent
5f07e58286
commit
86e6a1afbb
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue