We have a set of image urls that we don't want pagespeed to act on for image optimazation so we add that url wildcard via ModPagespeedDisallow */optimized-images/*
But if we still want pagespeed to lazy load those images is there any way to allow those urls through only for the lazy loading filter
Like disallow for the optimization, resizing etc filters but allow for the lazy-loading filter - only for this specific set of urls
Thanks