Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: filter out blob urls more often #8724

Merged
merged 2 commits into from
Apr 30, 2019
Merged

core: filter out blob urls more often #8724

merged 2 commits into from
Apr 30, 2019

Conversation

paulirish
Copy link
Member

I noticed this blob url in our caching audit.
Doesn't make much sense. :)

image

Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -24,6 +24,7 @@ function networkRecord(options = {}) {
statusCode: options.statusCode || 200,
resourceType: options.resourceType || NetworkRequest.TYPES.Script,
transferSize: options.transferSize || 10000,
protocol: options.protocol || 'http/1.1',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super confusing that protocol on devtools isn't new URL().protocol 😩

@patrickhulce
Copy link
Collaborator

(needs sample json update though :))

@brendankenny brendankenny merged commit 42a278a into master Apr 30, 2019
@brendankenny brendankenny deleted the bloburls branch April 30, 2019 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants