I didn't notice this before but Flask's CORS defaults, i.e.: https://github.com/fortran-lang/playground/blob/8126026daaf02f5a1901900b4ecf94e2da9811ff/backend/app.py#L13 allow requests from any origins. We should restrict the origins to `http://localhost` (development) and `https://play.fortran-lang.org` (production). @ashirrwad do you think you can tackle this? I'm not as familiar with Flask.