Skip to content

Commit

Permalink
Merge pull request #7 from Flared/fred_no_protobuf
Browse files Browse the repository at this point in the history
protobuf: remove protobuf support and restrictive dependency
  • Loading branch information
fredericmorin authored Nov 5, 2024
2 parents 16da285 + 93af58c commit 9d1c8ba
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 2,483 deletions.
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

0 comments on commit 9d1c8ba

Please sign in to comment.