27
Awlex
7y

When there is no regex provided.

Atleast it works

Comments
  • 0
    No regex? Wow. Didn't realize it was this bad. I may go into the Android repository and fix that.
  • 2
    @RexOmni it may be by design.
    Presumably you should know what host names you serve from and they're a pretty fixed list that doesn't change. You don't want apps to be able to grab traffic for .*
  • 0
    @jshwkxneiwbd it probably was. But a managed data class with limited regex support may pass mod/developer criticism.
  • 0
    Commonly that behavior is designed in code. But this could be a feature request.
  • 2
    @RexOmni it's all open to critique!

    My critique would be to put an those hosts behind a single endpoint :) but that's not always possible.
Add Comment