mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: chatwoot and featurebase headers
This commit is contained in:
parent
173fb41e63
commit
a962d839a8
1 changed files with 5 additions and 1 deletions
|
@ -85,7 +85,11 @@ export class WindowManager {
|
||||||
return callback(details);
|
return callback(details);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (details.url.includes("intercom.io")) {
|
if (details.url.includes("featurebase")) {
|
||||||
|
return callback(details);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (details.url.includes("chatwoot")) {
|
||||||
return callback(details);
|
return callback(details);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue