@next-core/brick-kit 2.208.4 → 2.208.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12503,7 +12503,7 @@
12503
12503
  } else {
12504
12504
  path = path.replace(/^\/next\//, "/");
12505
12505
  }
12506
- path && addPathToBlackList(path);
12506
+ path && path.startsWith("/") && addPathToBlackList(path);
12507
12507
  });
12508
12508
  if (isBlockedPath(location.pathname)) {
12509
12509
  blocked = true;