Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions .github/workflows/autofix.yml

This file was deleted.

111 changes: 0 additions & 111 deletions examples/addons/contentview-custom-grpc.py

This file was deleted.

4 changes: 0 additions & 4 deletions mitmproxy/contentviews/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from . import css
from . import dns
from . import graphql
from . import grpc
from . import hex
from . import http3
from . import image
Expand All @@ -29,7 +28,6 @@
from . import mqtt
from . import msgpack
from . import multipart
from . import protobuf
from . import query
from . import raw
from . import urlencoded
Expand Down Expand Up @@ -234,9 +232,7 @@ def get_content_view(
add(multipart.ViewMultipart())
add(image.ViewImage())
add(query.ViewQuery())
add(protobuf.ViewProtobuf())
add(msgpack.ViewMsgPack())
add(grpc.ViewGrpcProtobuf())
add(mqtt.ViewMQTT())
add(http3.ViewHttp3())
add(dns.ViewDns())
Expand Down
Loading