We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bfa20 commit 24066f6Copy full SHA for 24066f6
lib/plugins/html/templates/url/waterfall/includeHARinHTML.pug
@@ -3,7 +3,7 @@
3
//- specific run (the median run) in summaryPageHAR.
4
//- Inline script tags breaks the output
5
- dahar = h.get(pageInfo.data, 'browsertime.run.har', summaryPageHAR)
6
-- dahar = JSON.stringify(dahar.log).split('</script>').join('</script>')
+- dahar = JSON.stringify(dahar.log).split('</script>').join('</script>').split('<script>').join('<script>')
7
8
script(src= assetsPath + 'js/perf-cascade.min.js')
9
script(type='text/javascript').
0 commit comments