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

changed the NewCompressor logic to be support wildcards in the defaul… #921

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 12, 2024

  1. changed the NewCompressor logic to be support wildcards in the defaul…

    …t set like it already did for a custom list by reusing that logic
    
    made defaultCompressibleContentTypes contain "text/*" as all text mime types are arguably very compressible
    added application/xml to defaultCompressibleContentTypes since it is also a common XML mime type
    eteran committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    273b36c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    112baec View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. updating tests to account for new rules and expectations

    7 regular rules and 1 wildcard in the default ruleset
    eteran committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1dd724b View commit details
    Browse the repository at this point in the history