diff --git a/ghost/portal/src/index.js b/ghost/portal/src/index.js index b2494d7721..223e24109e 100644 --- a/ghost/portal/src/index.js +++ b/ghost/portal/src/index.js @@ -35,7 +35,7 @@ function handleTokenUrl() { } function setup() { - const allowDataAttributeHandling = false; + const allowDataAttributeHandling = true; loadStripe(); addRootDiv(); if (allowDataAttributeHandling) {