{
  "cache_max_age": 86400000,
  "cache_size": 10000,
  "endpoints": {
    "stats": true,
    "gen": true,
    "poll": true
  },
  "headers": {
    "cors": {
      "Access-Control-Allow-Methods": "GET",
      "Access-Control-Allow-Origin": "*"
    },
    "global": {
      "Access-Control-Allow-Credentials": "false",
      "Content-Security-Policy": "frame-ancestors 'none'; default-src 'none'; base-uri 'self'; style-src 'self' fonts.googleapis.com 'unsafe-inline'; font-src 'self' fonts.gstatic.com; img-src 'self'; script-src 'self' cdnjs.cloudflare.com ajax.googleapis.com; connect-src 'self'",
      "Referrer-Policy": "no-referrer",
      "X-Content-Type-Options": "nosniff",
      "X-DNS-Prefetch-Control": "off",
      "X-Download-Options": "noopen",
      "X-Frame-Options": "deny",
      "X-XSS-Protection": "1; mode=block",
      "X-Powered-By": "Trump's tiny cocktail sausage fingers"
    }
  },
  "ctypes": {
    "allow": [
      "javascript",
      "json",
      "text",
      "xml"
    ],
    "deny": [
      "audio",
      "image",
      "video"
    ]
  },
  "max_content_length": 1048576
}