crowell / modpagespeed_tmp

Automatically exported from code.google.com/p/modpagespeed
Apache License 2.0
0 stars 0 forks source link

Remove elements with UrlValuedAttribute #744

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As part of our website, we add an element to help mod_pagespeed insert DNS 
Prefetch tags. This is setup with ModPagespeedUrlValuedAttribute. (Example: 
<span data-mps-dns="http://hostname.com">)

The elements themselves don't add any value to the site once it passes 
mod_pagespeed, and it would be nice if mode_pagespeed could remove them after 
processing the document.

Original issue reported on code.google.com by br...@noerremark.dk on 15 Jul 2013 at 1:33