pub fn web_cache_deception_paths(dynamic_path: &str) -> Vec<String>Expand description
Web cache deception path: append a cacheable extension to a
dynamic endpoint. /profile is dynamic, /profile/avatar.css
is the deception payload — cache fetches and stores under .css,
origin serves the profile dynamically.
Returns variants across the 5 most-cached extensions.