Dreamsorcerer opened a new issue #1618: Critical Image Beacons don't work with CSP URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1618 Despite having enabled the HonorCSP value, there is still a load of JS being inserted into the page. The CSP will stop the browser from running this code and therefore it is just bloating the response for no reason. An example is the critical image beacons which inserts onload functions inline. Presumably, the JS will need to be rewritten such that it is included from a file.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
