moz_kinto_publisher/main.py [71:79]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        max_filter_age_days=45,
        delta_filename="filter.delta",
        supported_version=133,
        # The metadata in clubcards produced by clubcard-crlite version 0.3.*
        # is somewhat compressible, so set a mimetype that encourages our CDN to use
        # compression (see: https://cloud.google.com/cdn/docs/dynamic-compression).
        mimetype="application/x-protobuf",
        enabled=True,
    ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



moz_kinto_publisher/main.py [83:91]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        max_filter_age_days=45,
        delta_filename="filter.delta",
        supported_version=133,
        # The metadata in clubcards produced by clubcard-crlite version 0.3.*
        # is somewhat compressible, so set a mimetype that encourages our CDN to use
        # compression (see: https://cloud.google.com/cdn/docs/dynamic-compression).
        mimetype="application/x-protobuf",
        enabled=True,
    ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



