Skip to content

Commit

Permalink
comment tweak in antitrack
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowsink authored Apr 6, 2024
1 parent 8d2ae7d commit a716cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/antitrack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ try {
);
} catch {}

// stop TRACK dispatches from causing science requests
// this is not done via intercept() so that plugins can still listen for these dispatches
// stop TRACK dispatches from causing science etc requests
// this is not done via flux.intercept() so that plugins can still listen for these dispatches
// as TRACK dispatches are *insanely useful*

scoped.http.intercept("POST", /^\/science|^\/error-reporting-proxy/, () => {});

0 comments on commit a716cde

Please sign in to comment.