File

.busted @ 13393:f72ca74de456

mod_http_errors: Simplify CSS via built-in dark mode
author Kim Alvefur <zash@zash.se>
date Wed, 06 Dec 2023 23:52:45 +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";
  };
}