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 c035c61 commit 04651faCopy full SHA for 04651fa
src/injected.js
@@ -6,7 +6,8 @@ window.$vueTelemetryExtension = true
6
7
async function analyze () {
8
if (isBlacklisted(document.location.href)) return
9
- const originalHtml = await fetch(document.location.href).then(res => res.text())
+ // const originalHtml = await fetch(document.location.href).then(res => res.text())
10
+ const originalHtml = document.documentElement.outerHTML
11
const context = {
12
originalHtml,
13
html: document.documentElement.outerHTML,
0 commit comments