rrweb icon indicating copy to clipboard operation
rrweb copied to clipboard

fix: use node.baseURI for stringifying stylesheet hrefs

Open megboehlert opened this issue 4 months ago • 1 comments

Prioritize using the href from base tag (if present) when stringifying urls in inline stylesheets. Node.baseURI does just this. If a base tag is not present, it falls back to location.href.

megboehlert avatar Jun 17 '25 14:06 megboehlert