I am currently unable to add a <link> element to the <head> contents. This is because the btr process currently strips out all <link> tags that are not present in the initial HTML.
We should instead consider allowing <link> tags with rel attributes set to those which do not kick off browser fetches etc. The rel attributes to filter out are
Bug
I am currently unable to add a
<link>
element to the<head>
contents. This is because the btr process currently strips out all<link>
tags that are not present in the initial HTML. We should instead consider allowing<link>
tags withrel
attributes set to those which do not kick off browser fetches etc. Therel
attributes to filter out are