spacebarchat / server

Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love
https://spacebar.chat
GNU Affero General Public License v3.0
1.48k stars 251 forks source link

Stop sending X-Powered-By & use API CORS + BodyParser middlewares in CDN #1205

Open DEVTomatoCake opened 2 months ago

DEVTomatoCake commented 2 months ago

re: X-Powered-By: https://expressjs.com/en/advanced/best-practice-security.html#reduce-fingerprinting

CDN and API got the same headers, so why not re-use the existing function for CDN.