Skip to content

Commit 04651fa

Browse files
committed
remove fetch
1 parent c035c61 commit 04651fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/injected.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ window.$vueTelemetryExtension = true
66

77
async function analyze () {
88
if (isBlacklisted(document.location.href)) return
9-
const originalHtml = await fetch(document.location.href).then(res => res.text())
9+
// const originalHtml = await fetch(document.location.href).then(res => res.text())
10+
const originalHtml = document.documentElement.outerHTML
1011
const context = {
1112
originalHtml,
1213
html: document.documentElement.outerHTML,

0 commit comments

Comments
 (0)