mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-11 17:21:13 +00:00
fix: land cron heartbeat prompt suppression (#53152) (thanks @Protocol-zero-0)
This commit is contained in:
@@ -11,6 +11,7 @@ const ALLOWED_EXTENSION_PUBLIC_SURFACES = new Set([
|
||||
"allow-from.js",
|
||||
"api.js",
|
||||
"auth-presence.js",
|
||||
"helper-api.js",
|
||||
"index.js",
|
||||
"light-runtime-api.js",
|
||||
"login-qr-api.js",
|
||||
@@ -22,6 +23,7 @@ const ALLOWED_EXTENSION_PUBLIC_SURFACES = new Set([
|
||||
"setup-api.js",
|
||||
"setup-entry.js",
|
||||
"timeouts.js",
|
||||
"thread-bindings-runtime.js",
|
||||
]);
|
||||
const GUARDED_CHANNEL_EXTENSIONS = new Set([
|
||||
"bluebubbles",
|
||||
|
||||
Reference in New Issue
Block a user