Published pages hiding content inside repeated fake serve markers are unwrapped or refused.
What's wrong with this entry?
Published artifact pages that hide their real content inside repeated serve-marker wrappers or stacked duplicate HTML skeletons are now unwrapped and, past a limit, refused with an instruction to delete the fake markers and republish.
- The markers detected are `
comment blocks anddata-frame-runtimeattributes, plus repeated<!doctype html>` shells; the code notes this is not a shape a genuine page or fetched artifact has. - Unwrapping stops at 64 nesting levels, a constant baked into the build with no setting to change it.
- Hitting the cap produces an explicit refusal message rather than serving the inner content.
This page carries serve-marker blocks or data-frame-runtime attributes nested so that removing one keeps exposing another
Strings lifted out of the shipped bundle, so the claim above can be checked against them.