fengerzh opened a new issue #1527: How to remove SRI?
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1527
 
 
   The origin html has tags like this:
   
   `<link crossorigin="anonymous" 
integrity="sha256-3xE+QjMBXLBJxsPDEJK8ik0sOgONge/hn9f4/egRF5M=" 
rel="stylesheet" href="/assets/css/bootstrap.min.css" />`
   
   But after pagespeed compress `css`, the content of css has changed, but 
`integrity` value still not changed, so that caused browser cannot correctly 
show content. How can we avoid this? Thanks!

----------------------------------------------------------------
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

Reply via email to