Skip to content

Commit

Permalink
pr
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Dec 13, 2022
1 parent eca1d8f commit fb7f44b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/gather/gatherers/js-usage.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class JsUsage extends FRGatherer {
continue;
}

// Scripts run via puppeteer's evaluate interface will have this url.
if (scriptUsage.url === '__puppeteer_evaluation_script__') {
continue;
}
Expand Down

0 comments on commit fb7f44b

Please sign in to comment.