File

.busted @ 12738:62100f31eb8a

util.jwt: More robust ECDSA signature parsing, fail early on unexpected length
author Matthew Wild <mwild1@gmail.com>
date Fri, 30 Sep 2022 20:38:31 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}