Skip to content

v0.9.9

Latest
Compare
Choose a tag to compare
@yusing yusing released this 01 Mar 07:56

What's Changed

Changed

  • Add bypass.user_agents option to RedirectHTTP middleware
    entrypoint:
      middlewares:
        - use: RedirectHTTP
          bypass:
            user_agents:  # bypass any User-Agent that contains "foo" or "bar" (case insensitive)
              - foo
              - bar

Fixes