braxtonhall / bobs-server

https://bobs-server.net
1 stars 1 forks source link

Origin should be nullable #23

Closed braxtonhall closed 5 months ago

braxtonhall commented 5 months ago

Some comment boxes don't need cors For example, comment boxes made for secret dj

Those ones should just have a null origin

Also, this means that a null origin should NOT result in a 404 all the way up at allowOrigin. We can let that happen downstream