Origin streams a ~10 MiB HTML report. This host injects one approved script, strips standard HTML comments, and streams progressively without buffering the full body.
| Direct origin | Rewrite Worker | |
|---|---|---|
| Hosts | s2-origin…/ | s2…/ |
| Comments | Many <!-- … --> including split-chunk |
Standard comment events removed |
| Script | none injected | One <script id="rs-s2-injected"> at first <head> |
Run a read-only check in this browser. The result explains the response evidence; use the command-line section below for deeper inspection.
Rewrite Worker
Direct origin
/ (large download). View source: exactly one id="rs-s2-injected"; no <!--c0--> / <!--near-end-->./absent-head injected script lands on <body>; on /fragment at document end.Content-Length, no origin Content-Encoding, Cache-Control: private, no-store.# Size ~10 MiB on both sides curl -s https://s2-origin.thecompany-lab.com/ | wc -c curl -s https://s2.thecompany-lab.com/ | wc -c # Comments stripped on capability curl -s https://s2-origin.thecompany-lab.com/ | grep -c '