Closed (fixed)
Project:
Fast 404 Generator
Version:
1.0.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 May 2025 at 19:24 UTC
Updated:
28 May 2025 at 16:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jnicola commentedAttached is my not terribly graceful patch that modifies Fast404GeneratorSubscriber::onKernelResponse to instead of writing the HTML content all in one line instead takes the response, saves it to a variable, and does a very ungraceful string replace that takes and rewrites it with and the meta tag prior to it.
Now you can discern fast 404 generated HTML from standard HTML with confidence and test against it. Woo. Hoo.
Comment #4
pookmish commentedI like this idea. I've committed your patch.