Openstatus www.openstatus.dev

chore: securing 'help' as subdomain

mxkaske 8d83715a 2157048f

+1 -1
+1 -1
packages/api/src/router/page.ts
··· 275 275 .query(async (opts) => { 276 276 // had filter on some words we want to keep for us 277 277 if ( 278 - ["api", "app", "www", "docs", "checker", "time"].includes( 278 + ["api", "app", "www", "docs", "checker", "time", "help"].includes( 279 279 opts.input.slug, 280 280 ) 281 281 ) {