diff --git a/client/src/lifecycleManager.js b/client/src/lifecycleManager.js index 6efae4e0a2..5951b52d56 100644 --- a/client/src/lifecycleManager.js +++ b/client/src/lifecycleManager.js @@ -246,7 +246,7 @@ class LifecycleManager extends LuigiClientBase { const id = helpers.getRandomId(); this._onInitFns[id] = initFn; if (disableTpcCheck) { - document.head.setAttribute('disable-tpc-check'); + document.head.setAttribute('disable-tpc-check', ''); } if (this.luigiInitialized && helpers.isFunction(initFn)) { initFn(this.currentContext.context, helpers.getLuigiCoreDomain());