Skip to content

Commit 9d1c8ba

Browse files
Merge pull request #7 from Flared/fred_no_protobuf
protobuf: remove protobuf support and restrictive dependency
2 parents 16da285 + 93af58c commit 9d1c8ba

21 files changed

Lines changed: 2 additions & 2483 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

examples/addons/contentview-custom-grpc.py

Lines changed: 0 additions & 111 deletions
This file was deleted.

mitmproxy/contentviews/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
from . import css
2121
from . import dns
2222
from . import graphql
23-
from . import grpc
2423
from . import hex
2524
from . import http3
2625
from . import image
@@ -29,7 +28,6 @@
2928
from . import mqtt
3029
from . import msgpack
3130
from . import multipart
32-
from . import protobuf
3331
from . import query
3432
from . import raw
3533
from . import urlencoded
@@ -234,9 +232,7 @@ def get_content_view(
234232
add(multipart.ViewMultipart())
235233
add(image.ViewImage())
236234
add(query.ViewQuery())
237-
add(protobuf.ViewProtobuf())
238235
add(msgpack.ViewMsgPack())
239-
add(grpc.ViewGrpcProtobuf())
240236
add(mqtt.ViewMQTT())
241237
add(http3.ViewHttp3())
242238
add(dns.ViewDns())

0 commit comments

Comments
 (0)