stocky-forest-39917
09/30/2025, 8:15 PMwindow.growthbook_config.enableDevMode = false;
window.growthbook_config.disableDevTools = true;
Just before our script
<script async
data-client-key="<%= process.env.GROWTHBOOK_CLIENT_KEY %>"
src="<https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>"
></script>
but it doesn't seem to do anything, still can access the dev tools extension, view & change values. Any ideas what we do wrong ?
Thank you for help! 🙂strong-mouse-55694
10/01/2025, 2:32 PMenableDevMode = false . You should be able to also console log _growthbook and see what that value is set to.stocky-forest-39917
10/01/2025, 2:44 PMstocky-forest-39917
10/01/2025, 2:46 PMstrong-mouse-55694
10/01/2025, 3:17 PMstocky-forest-39917
10/01/2025, 3:53 PMstocky-forest-39917
10/01/2025, 4:04 PMstrong-mouse-55694
10/02/2025, 1:55 PMstocky-forest-39917
10/02/2025, 1:59 PMstocky-forest-39917
10/16/2025, 7:01 PMstrong-mouse-55694
10/16/2025, 7:43 PMstocky-forest-39917
10/16/2025, 7:46 PMstocky-forest-39917
10/16/2025, 7:47 PMstrong-mouse-55694
10/16/2025, 9:08 PMstocky-forest-39917
10/16/2025, 9:09 PMstrong-mouse-55694
10/16/2025, 9:09 PMstocky-forest-39917
10/16/2025, 9:11 PMstrong-mouse-55694
10/16/2025, 9:17 PMstocky-forest-39917
10/16/2025, 9:19 PMstrong-mouse-55694
10/16/2025, 9:26 PM{
"status": 200,
"features": {
"OPS-5723-contact-support-open-in-new-tab": {
"defaultValue": false,
"rules": [
{
"force": false
}
]
},
"ops-2004-new-psyquel-claims-modal": {
"defaultValue": true,
"rules": [
{
"condition": {
"subdomain": "qa-group-us"
},
"force": true
},
{
"condition": {
"subdomain": "owltest-ananthanpsyquel"
},
"force": true
},
{
"condition": {
"subdomain": "montcotherapy"
},
"force": true
},
{
"condition": {
"subdomain": "owltest-qa1-wizardus"
},
"force": true
},
{
"condition": {
"subdomain": "testinsurancepractice"
},
"force": true
},
{
"condition": {
"subdomain": "wiseowltherapy"
},
"force": true
}
]
},
"ops-1636-group-sessions": {
"defaultValue": false,
"rules": [
{
"force": false
}
]
},
"ops-3350-instant-payout": {
"defaultValue": true,
"rules": [
{
"force": true
}
]
},
"ops-3208-claims-comments": {
"defaultValue": true,
"rules": [
{
"force": true
}
]
},
"ops-5241-ai-note-taking": {
"defaultValue": false
},
"ops-9999-test": {
"defaultValue": true
},
"ops-4701-show-forms-in-client-portal": {
"defaultValue": true,
"rules": [
{
"force": true
}
]
}
},
"dateUpdated": "2025-09-26T15:27:37.921Z"
}
Secure attributes would obscure these values.stocky-forest-39917
10/17/2025, 8:08 AMstrong-mouse-55694
10/17/2025, 6:47 PM