mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
fix: chatwoot and featurebase headers
This commit is contained in:
parent
173fb41e63
commit
a962d839a8
@ -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…
Reference in New Issue
Block a user