Skip to content

Commit

Permalink
Remove "noarchive" detection capture step
Browse files Browse the repository at this point in the history
Now handled at `ScoopProxy` level.
  • Loading branch information
matteocargnelutti committed Apr 11, 2023
1 parent 671cf85 commit ad755e0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Scoop.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,19 +385,6 @@ export class Scoop {
})
}

// Push step: noarchive directive detection
// TODO: Move this logic back to ScoopProxy.intercept() when new proxy implementation is ready.
steps.push({
name: 'Detecting "noarchive" directive',
alwaysRun: true,
webPageOnly: true,
main: async () => {
for (const exchange of this.intercepter.exchanges) {
this.intercepter.checkExchangeForNoArchive(exchange)
}
}
})

// Push step: certs capture
if (options.captureCertificatesAsAttachment) {
steps.push({
Expand Down

0 comments on commit ad755e0

Please sign in to comment.