Possible to not intercept (filter) static files? #191
payloadartist
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
there's a "type" column that isn't yet implemented, but that provides information about the "sink" of the resource. https://chromedevtools.github.io/devtools-protocol/tot/Network/#type-ResourceType
I think you would implement what you suggested with a filter like XHR/Fetch. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is there a way to filter (not intercept) static files like css, js, svg, png, etc?
Would be great if an (optional) filter for static files could be implemented, so that it doesn't intercept them.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions