SNE1K commentedSome time ago I made a snake game as small as possible (code golfing)
I ended up with [this](https://static.nani-so.re/showcase/snake)
<a href='post?id=2'>[...]</a>
CORS - share files & keep php sessions across subdomainsBuilding nani-so.re I was faced with a few issues:
I wanted to centralize all static files to a dedicated subdomain static.nani-so.re but I quickly realized that out of the box it is not allowed as Access-Control-Allow-Origin doesn't match, also session are only kept across the same domain
<a href='post?id=1'>[...]</a>