mirror of
https://github.com/lunchcat/sif.git
synced 2026-07-01 10:34:46 -07:00
bca4831df1
the ghost detector keyed on the bare "ghost-" body substring, which fires on any page using the common "ghost-button" or skeleton-loader CSS class (e.g. a WordPress theme), scoring 0.65 and reporting it as Ghost CMS. key on the canonical `<meta name="generator" content="Ghost` tag instead, matching the existing astro detector. the /ghost/api/ path and Ghost header markers are unchanged. a ghost site that emits neither the generator meta nor a /ghost/api/ reference is no longer detected; the Ghost response header alone scores below the detection floor.