Disable default external agent src
cgen-01e630e25de24e3094871f818f2e6273
This commit is contained in:
parent
3eab9fa042
commit
e45e1244b8
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@ declare global {
|
|||
}
|
||||
|
||||
const SKIP_AGENT_ID = "vVEuropu5l7xvT4Swwif";
|
||||
const SKIP_AGENT_SRC = "https://helloskip.com/agent.js";
|
||||
// Default agent src intentionally empty to avoid unconfigured external fetches.
|
||||
// Operators must set `window.__AETHEX_SKIP_AGENT_CONFIG = { src, id }` to enable runtime loading.
|
||||
const SKIP_AGENT_SRC = "";
|
||||
const SKIP_AGENT_SCRIPT_ID = "aethex-skip-agent-runtime";
|
||||
const SKIP_AGENT_THEME_ID = "aethex-skip-agent-theme";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue